yaspin
yaspin copied to clipboard
Wierd print on windows terminal
When i use the yaspin function, on the pure windows terminal I get ⠦←[0m Loading...←[K←[?25h
instead of a loading spinner.
That's because Windows support is not implemented yet. For this particular problem, yaspin uses terminal control sequences which are not compatible with Windows.
Here is one way to solve it: https://github.com/sarugaku/vistir/blob/master/src/vistir/cursor.py More on Windows support in yaspin: #33