xtream1101 / humblebundle-downloader

Download you Humble Bundle Library
MIT License
543 stars 63 forks source link

Clean up alignment of progress percentage #41

Open roskakori opened 3 years ago

roskakori commented 3 years ago

The --progress percentage currently is left aligned, making the progress bar jump to the right as the download completes, e.g.:

        0% [                                                  ]
        10% [=====                                             ]
        100% [==================================================]

I managed to reproduce this with python 3.7, macOS 11.4 in a zsh terminal.