This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Author: Andrew Dunai <[email protected]> | |
Original code & symbol collection: Changaco <https://changaco.oy.lc/unicode-progress-bars/> | |
Example GIF: https://habrastorage.org/files/c28/461/630/c28461630bdf46d18be788352a2ef468.gif | |
Example screenshot: http://public.dun.ai/public/screenshots/148456797191.jpg (left & right widget) | |
>>> print progress(1, 100, 42, 10) | |
⎹████▂▁▁▁▁▁⎸ | |
>>> print progress(1, 10, 3, 20, style=1) |