9 lines
332 B
Text
9 lines
332 B
Text
|
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
|