kuk / log-progress

https://habr.com/ru/post/276725/
MIT License
564 stars 60 forks source link

Package for PyPi? #18

Open brylie opened 5 years ago

brylie commented 5 years ago

Are you considering releasing this on PyPi?

SaberD commented 5 years ago

Hi, I also wanted this as a PyPi package. I have uploaded this to PyPi as nbprogress.log(): https://pypi.org/project/nbprogress/

pip install nbprogress
import time
import nbprogress
for i in nbprogress.log(ranger(1,10), every=1):
    time.sleep(1)