Metadata-Version: 2.1
Name: PyAnimator
Version: 0.5
Summary: Create awesome animation's with only one line of code !
Home-page: https://github.com/AzgarDev/animator
Author: AzgarD
Author-email: anon@gmail.com
License: MIT
Download-URL: https://github.com/AzgarDev/animator/archive/v_0.3.tar.gz
Keywords: Animation,RGB animation python,Python rgb animation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Description-Content-Type: text/markdown

# PyAnimator
Make a cool and awesome animation with one line of code !

# Usage

```
import PyAnimator
                      MESSAGE               Colors TIME X  Y  INFINITE  DOTS ON THE END
PyAnimator.animation("Hi !, i am PyAnimator!", 10, 0.5, 0, 0, inf=True, dots=True)
```


