blob: c4d6dd67c16218fd302de7a57dfa7174333d6807 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
prompt_toolkit is a library for building powerful interactive command lines in
Python. It ships with a nice interactive Python shell (called ptpython) built
on top of the library.
prompt_toolkit could be a replacement for readline, but it can be much more
than that.
WWW: https://github.com/jonathanslenders/python-prompt-toolkit
|