On Fri, Feb 3, 2017 at 2:22 AM, boB Stepp <[email protected]> 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 the PDCurses library [2]. [1]: https://docs.python.org/3/howto/curses.html [2]: http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: https://mail.python.org/mailman/listinfo/tutor
