A Python Package That Contains Text Aimations And Some Useful Utils
Project description
Pygenix
A Python Package With Superpowers ;)
Installation
Clone The Project Then,
cd pygenix
pip install .
Features
- Typewriter Text Animation
from pygenix.ani import textanimation
# textanimation(text , speed)
textanimation("Hello World :D" , 0.1) # can use 0.01 too.
- Getting Username
from pygenix.utils import user
print(user)
- Getting Platfrom
from pygenix.utils import platfrom
print(platfrom)
- Getting Specific Platfrom
from pygenix.utils import splatfrom
print(splatfrom)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pygenix-0.7.tar.gz
(2.9 kB
view hashes)
Built Distribution
pygenix-0.7-py3-none-any.whl
(3.1 kB
view hashes)