From fe19cd1d34c21d7fe0184be8c052a1d38ca43edb Mon Sep 17 00:00:00 2001 From: zhangmm Date: Thu, 10 Dec 2015 09:47:48 +0800 Subject: [PATCH] add howdoi Add [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3df3850..d0436ea 100644 --- a/README.md +++ b/README.md @@ -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