Skip to main content

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.

vid

  • Getting Username
from pygenix.utils import user
print(user)

user

  • Getting Platfrom
from pygenix.utils import platfrom
print(platfrom)

2021-06-29_21-36

  • Getting Specific Platfrom
from pygenix.utils import splatfrom
print(splatfrom)

splatform

  • 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 /')

ezgif com-gif-maker

  • 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)

ezgif com-gif-maker

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)

Uploaded Source

Built Distribution

pygenix-1.0-py3-none-any.whl (3.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page