Skip to content

Commit f92b877

Browse files
committed
++ prompt-toolkit for CLI application
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.
1 parent 34004d4 commit f92b877

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,11 +269,14 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
269269
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
270270
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
271271
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
272+
* * [prompt_toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - 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.
273+
272274
* Productivity Tools
273275
* [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). E.g. Python package projects, jQuery plugin projects.
274276
* [httpie](https://github.com/jakubroztocil/httpie) - A command line HTTP client, a user-friendly cURL replacement.
275277
* [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX.
276278
* [RainbowStream](http://www.rainbowstream.org/) - Smart and nice Twitter client on terminal.
279+
277280

278281
## Downloader
279282

0 commit comments

Comments
 (0)