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

2017-02-02 Thread boB Stepp
On Thu, Feb 2, 2017 at 8:35 PM, eryk sun wrote: > On Fri, Feb 3, 2017 at 2:22 AM, boB Stepp wrote: >> 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.? > > Try using curses [1]. C

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

2017-02-02 Thread eryk sun
On Fri, Feb 3, 2017 at 2:22 AM, boB Stepp wrote: > 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.? Try using curses [1]. Christoph Gohlke has a port for Windows Python based on th

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

2017-02-02 Thread boB Stepp
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 creati