https://github.com/manrajgrover/py-spinners
🔄 More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners
https://github.com/manrajgrover/py-spinners
halo python spinner
Last synced: about 1 year ago
JSON representation
🔄 More than 60 spinners for terminal, python wrapper for amazing node library cli-spinners
- Host: GitHub
- URL: https://github.com/manrajgrover/py-spinners
- Owner: manrajgrover
- License: mit
- Created: 2017-09-11T16:29:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T15:12:41.000Z (almost 2 years ago)
- Last Synced: 2025-04-08T12:12:27.035Z (about 1 year ago)
- Topics: halo, python, spinner
- Language: Python
- Homepage:
- Size: 705 KB
- Stars: 225
- Watchers: 4
- Forks: 16
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
spinners
> 🔄 More than 60 spinners for terminal, python wrapper for amazing node library [cli-spinners](https://github.com/sindresorhus/cli-spinners)
[](https://travis-ci.org/manrajgrover/py-spinners) [](https://ci.appveyor.com/project/manrajgrover/py-spinners) [](https://github.com/manrajgrover/py-spinners) 

The list of spinners is just a [JSON file](https://github.com/sindresorhus/cli-spinners/blob/dac4fc6571059bb9e9bc204711e9dfe8f72e5c6f/spinners.json).
If you're looking to use them, consider using [halo](https://github.com/manrajgrover/halo) module for Python, or [ora](https://github.com/sindresorhus/ora) for node.
## Install
```shell
$ pip install spinners
```
## Usage
```py
from spinners import Spinners #Enum
print Spinners.line.value
# {u'frames': [u'-', u'\\', u'|', u'/'], u'interval': 130}
```
## Like it?
:star2: this repo to show support. Let me know you liked it on [Twitter](https://twitter.com/manrajsgrover).
Also, share the [project](https://twitter.com/intent/tweet?url=https%3A%2F%2Fgithub.com%2Fmanrajgrover%2Fpy-spinners&via=manrajsgrover&text=Checkout%20%23spinners%20-%20%23python%20wrapper%20for%20amazing%20node%20library%20%23cli-spinners%20&hashtags=github%2C%20pypi).
## Related
* [halo](https://github.com/manrajgrover/halo)
* [cli-spinners](https://github.com/sindresorhus/cli-spinners)
## License
[MIT](https://github.com/manrajgrover/py-spinners/blob/master/LICENSE) © Manraj Singh