mirror of
https://github.com/vinta/awesome-python
synced 2024-11-15 08:17:07 +00:00
add howdoi
Add [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
This commit is contained in:
parent
84e602b7c7
commit
fe19cd1d34
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by
|
|||
* [colorama](https://pypi.python.org/pypi/colorama) - Cross-platform colored terminal text.
|
||||
* [docopt](http://docopt.org/) - Pythonic command line arguments parser.
|
||||
* [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line
|
||||
* [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line.
|
||||
* [pyCLI](https://pythonhosted.org/pyCLI/) - Command-line applications supporting standard command line parsing, logging, unit and functional testing.
|
||||
* [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines.
|
||||
* Productivity Tools
|
||||
|
|
Loading…
Reference in a new issue