[Tutor] Best Python 3 module to create simple text editor in Windows command prompt?

boB Stepp robertvstepp at gmail.com
Thu Feb 2 21:22:12 EST 2017


I wish to create a primitive text editor in Windows 7 command prompt
to enable me to manually enter and solve simple substitution
cryptograms by hand.  I would want the cipher text to be one color and
the plain text in another.  My intent is to set up things this way in
command prompt before creating a more interesting version (with
increased features) in tkinter.  What would be the best Python 3
module to best assist me in controlling the command prompt window
display, font colors, positioning the cursor dynamically, etc.?

TIA!

-- 
boB


More information about the Tutor mailing list