halo
halo copied to clipboard
💫 Beautiful spinners for terminal, IPython and Jupyter
## Description of new feature, or changes ~~removes unnecessary system check for Unicode output~~ changes Unicode support check to instead use the encoder supported by `sys.stdout` to try to encode...
## Description of new feature, or changes Removed check of OS causing spinner value to be overwritten with default value in Jupyter Notebook on Windows. If you went to the...
Suppose you get multiple long tasks at hand. It should be nice to be able to start more than one spinner before finishing the last one take this as an...
Support synchronous spinners which switch frames upon explicit request from a working thread like. ```python with Halo(spinner='dots') as spinner: for f in files_to_load(): spinner.next(text="Loading %s" %f) # or .step(), or...
_Note: this is just a suggestion — I have no horse in this race_ ## Description This PR moves package requirements out of _requirements.txt_ and straight into `install_requires` of _setup.py_...
Currently, the package does not support Windows completely. Major reason for that is UTF-8 is not extensively supported by `cmd`, `powershell` etc.
For some reason, I can't get halo to display Unicode characters correctly. Animation below. I'm using Windows 10, Windows Terminal, Python 3, and can see Unicode characters otherwise. I've tried...
In our project we perform a list of tasks sequentially, and each one of which displays a Halo spinner. However each such list of tasks is actually within a group....
## Description Basically I have multiple threads and for each thread I defined an instance of halo spinner , but when running the program the halo status just overwrites constantly...
