tqdm / tqdm

:zap: A Fast, Extensible Progress Bar for Python and CLI

Home Page:https://tqdm.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't display a process bar in a fixed line, in Windows 7 cmd and powershell CLI.

purpleskyfall opened this issue · comments

I'm using Python 3.5.4, Windows 7 SP1, and tqdm 4.19.5.

When I using tqdm, it can't display a process bar in a fixed line but always start a new line in my PC. But if set ascii=True, it works good very well. Did I find a bug?

tqdm

duplicate of #454