开发者

Advanced command line module in Python [closed]

开发者 https://www.devze.com 2023-03-15 06:00 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. 开发者_JAVA百科

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).

0

精彩评论

暂无评论...
验证码 换一张
取 消