diff options
| author | Samuel Young <samyoung12788@gmail.com> | 2023-07-08 14:59:44 +0900 |
|---|---|---|
| committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-08 16:41:53 +0700 |
| commit | 76d29b375ae5f55dc1c397f61aa8134df4fc2c4e (patch) | |
| tree | cfe109209d525a7aaaf04d4ea34bd8b6f8935ce7 /python/python2-enlighten/README | |
| parent | 4b0eabcfb568d366a01530a210cd6fbc35a6dc9e (diff) | |
python/python2-enlighten: Added (progress bar).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python2-enlighten/README')
| -rw-r--r-- | python/python2-enlighten/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python2-enlighten/README b/python/python2-enlighten/README new file mode 100644 index 0000000000..8a49224691 --- /dev/null +++ b/python/python2-enlighten/README @@ -0,0 +1,9 @@ +python2-enlighten (Progress bar for Python console apps) + +Enlighten Progress Bar is a console progress bar library for Python. + +The main advantage of Enlighten is it allows writing to stdout and +stderr without any redirection or additional code. Just print or log as +you normally would. + +Enlighten also includes experimental support for Jupyter Notebooks. |
