1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
<h2 align="center">
spinners
</h2>
> 🔄 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
|