Todo.txt to Emacs Org Mode converter
>>> python todo2org.py file1.txt file2.txt
will produce converted Org mode files file1.org and file2.org in the same directory.
Same syntax, but with --reverse argument
>>> python todo2org.py file1.org file2.org --reverse
will produce converted files file1_.txt and file2_.txt