progressive, nested, multiple, beautiful progress bar in Python

preview_player
Показать описание
progressive [1] is a well-done Python progress bar library in term of its presentation. At this moment, it's really lack of documentation, or should I say no doc at all.

The main feature, you guess it, it should be nesting capability. The colors are painted by the only dependency, Blessings. I really like the color tone, the greenish with a bit of yellow.

(0:10) two_bar()
(0:20) nested_progress()

Ready to engage, Number One?

$$$

* Version 0.1.0 (2014-05-02)
* In Python 2 and 3 with Blessings
* By Hamza Faran
* MIT License

Рекомендации по теме
Комментарии
Автор

Hey! I'm the author. I'm still working on a 1.0 refactor of progressive but haven't had a lot of time to work on it. It is slowly coming together though. I like your channel! Tons of cool projects highlighted.

HamzaFaran