From 76d29b375ae5f55dc1c397f61aa8134df4fc2c4e Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Sat, 8 Jul 2023 14:59:44 +0900 Subject: python/python2-enlighten: Added (progress bar). Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- python/python2-enlighten/README | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 python/python2-enlighten/README (limited to 'python/python2-enlighten/README') 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. -- cgit v1.2.3