birdlinux / cutepy

A package that allows you to have simplicity and effectiveness in your projects

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cutepy

A package that allows you to have simplicity and effectiveness in your projects

Spiner

image

from cutepy import Loader

spinners = ["|", "/", "-", "\\"]
Loader.spinner("Loading", 4, spinners)

RGB Printing

image

from cutepy import RGB

x = RGB.print(103, 252, 125)
print(f"Hello {x}RGB{RGB.reset} test {x}aa{RGB.reset} ")

HEX Printing

image

from cutepy import HEX

x = HEX.print("6771fc")
print(f"Hello {x}HEX{HE.reset} test {x}aa{HEX.reset}")

Terminal Clear

image

from cutepy import Clear

Clear.sys()

Color Palette

image

from cutepy import Color

Color.palette()

About

A package that allows you to have simplicity and effectiveness in your projects

License:MIT License


Languages

Language:Python 100.0%