Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gyrate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gyrate

create beautiful and elegant terminal spinners

  • 0.0.33
  • PyPI
  • Socket score

Maintainers
1

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

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc