create beautiful and elegant terminal spinners
Project description
gyrate
create simple yet beautiful code spinners
warning
🧪 this is meant to be a more featured version of halo
⚠️ no features have been added yet, so just use halo for the minute !!
installation
$ pip install gyrate
examples
from gyrate import Spinner
spinner = Spinner(text='Loading', spinner='dots')
spinner.start()
# Run time consuming work here
# You can also change properties for spinner as and when you want
spinner.stop()
Alternatively, you can use halo with Python's with
statement:
from gyrate import Spinner
with Spinner(text='Loading', spinner='dots'):
# Run time consuming work here
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
gyrate-0.0.33.tar.gz
(14.2 kB
view details)
Built Distribution
gyrate-0.0.33-py3-none-any.whl
(17.8 kB
view details)
File details
Details for the file gyrate-0.0.33.tar.gz
.
File metadata
- Download URL: gyrate-0.0.33.tar.gz
- Upload date:
- Size: 14.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 008647c0afbb8755ea486d439749f39290823e69d269ffa261b5b8a2179fd6d1 |
|
MD5 | fd016e04690f4c0ae46ab6b22d7ccdc7 |
|
BLAKE2b-256 | 9950b7c45be1031836a725cc07565808649f710dbc2a3f24930ef4fedca51147 |
File details
Details for the file gyrate-0.0.33-py3-none-any.whl
.
File metadata
- Download URL: gyrate-0.0.33-py3-none-any.whl
- Upload date:
- Size: 17.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61350a8c1d421dd76e6c8259dc03fa5a68e264155f945b02370b0a53291921dc |
|
MD5 | 4f2ea8a1830b56d14dec47681531764f |
|
BLAKE2b-256 | 608de34f3204f534881f0ee06e56ddd46b758379a2a14f8df7c752451213523f |