Skip to main content

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


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)

Uploaded Source

Built Distribution

gyrate-0.0.33-py3-none-any.whl (17.8 kB view details)

Uploaded Python 3

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

Hashes for gyrate-0.0.33.tar.gz
Algorithm Hash digest
SHA256 008647c0afbb8755ea486d439749f39290823e69d269ffa261b5b8a2179fd6d1
MD5 fd016e04690f4c0ae46ab6b22d7ccdc7
BLAKE2b-256 9950b7c45be1031836a725cc07565808649f710dbc2a3f24930ef4fedca51147

See more details on using hashes here.

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

Hashes for gyrate-0.0.33-py3-none-any.whl
Algorithm Hash digest
SHA256 61350a8c1d421dd76e6c8259dc03fa5a68e264155f945b02370b0a53291921dc
MD5 4f2ea8a1830b56d14dec47681531764f
BLAKE2b-256 608de34f3204f534881f0ee06e56ddd46b758379a2a14f8df7c752451213523f

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page