I am looking for a python module to do some command line programming, e.g. I'm want something to set the cursor in the command line (so I can draw at a specific coordinate), capture input without echoing it, drawing in colors etc. I've been searching for a while now, but I can't find one. Does someone know such a module?
PS: It should work with Windows, but cross-platform is preferred.
You are probably looking for something like (n)curses, or a library for it like urwid (a lot simpler).
精彩评论