Hamza Faran

Results 28 issues of Hamza Faran

Something like: ``` python def progress(iterable, bar_desc=BarDescriptor())): ``` which could be used in a for loop for progress display in the simplest way possible.

├, ─, └, │ [The `consoleLog` package does this nicely.](https://bitbucket.org/larsyencken/consolelog/src/9a07392f864d1022aafb2c0f4d8dd8ef0c00ed42/src/consoleLog/consoleLog.py?at=default#cl-163)

These tests should focus on testing Blocks (so, comparing string output and lengths from Block repr and len methods as that is the kind of atomic testing that will work...

Two kinds: - The entire bar is colored `y=f(x)` where `x` is the current value - The gradient is mapped across the bar, so each character has color `y=f(x)` where...

``` â—¯ I am an empty task â—‰ I am a complete task ```

Should contain pretty formatted bars (both colored and plain) based off of Bar for easy usage

I looked through the code and there seems to be some support for colours there but unfortunately I don't see a way to change colours for my light strip using...