manrajgrover / py-spinners

πŸ”„ More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spinners

πŸ”„ More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners

Build Status Build status PyPI awesome

spinners

The list of spinners is just a JSON file.

If you're looking to use them, consider using halo module for Python, or ora for node.

Install

$ pip install spinners

Usage

from spinners import Spinners #Enum

print Spinners.line.value
# {u'frames': [u'-', u'\\', u'|', u'/'], u'interval': 130}

Like it?

🌟 this repo to show support. Let me know you liked it on Twitter. Also, share the project.

Related

License

MIT Β© Manraj Singh

About

πŸ”„ More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners

License:MIT License


Languages

Language:Python 100.0%