Sepehr Golestanian

Results 2 comments of Sepehr Golestanian

I have the same problem too in Python 3.8 ``` from progress.bar import Bar with Bar('Processing', max=20) as bar: for i in range(20): bar.next() ```

> @sgolestanian I ran the same code and it works fine for me. On what OS are you running the code and maybe even the terminal? > ![Untitled](https://user-images.githubusercontent.com/56478603/95547124-df352c80-0a1f-11eb-9c64-7a552f302900.png) On windows...