From 241533b4e0987a8cddb2a5b94658f8c246dacc66 Mon Sep 17 00:00:00 2001 From: Jacques Laroche Date: Mon, 11 Jul 2016 23:40:08 +0200 Subject: [PATCH 1/2] Added progressbar2 to Command-Line Tools section --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d06c34644..fe80cb6f0f 100644 --- a/README.md +++ b/README.md @@ -290,6 +290,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [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 + * [progressbar2](http://progressbar-2.readthedocs.io/en/latest/) - Progressbar library providing visual (yet text based) progress for long running operations. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. * Productivity Tools * [aws-cli](https://github.com/aws/aws-cli) - A universal command-line interface for Amazon Web Services. @@ -1230,7 +1231,7 @@ Where to discover new Python libraries. * [@pypi](https://twitter.com/pypi) * [@pythontrending](https://twitter.com/pythontrending) * [@PythonWeekly](https://twitter.com/PythonWeekly) - + ## Podcasts * [Podcast.init](http://podcastinit.com/) From b2a16ec372ca88f2590c9783ee2b83d19d0d8e85 Mon Sep 17 00:00:00 2001 From: Jacques Laroche Date: Mon, 11 Jul 2016 23:48:07 +0200 Subject: [PATCH 2/2] Realized line 292 (one above my commit) did not have a period at the end of the description as per your stated guidelines. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe80cb6f0f..8cbedbcc6d 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [clint](https://github.com/kennethreitz/clint) - Python Command-line Application Tools. * [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 + * [Gooey](https://github.com/chriskiehl/Gooey) - Turn command line programs into a full GUI application with one line. * [progressbar2](http://progressbar-2.readthedocs.io/en/latest/) - Progressbar library providing visual (yet text based) progress for long running operations. * [python-prompt-toolkit](https://github.com/jonathanslenders/python-prompt-toolkit) - A Library for building powerful interactive command lines. * Productivity Tools