Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 349 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 349 Bytes

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)

If you wish to stop all animations, use:

PyAnimator.stop()