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 hashes)

Uploaded Source

Built Distribution

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

Uploaded Python 3

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