Skip to main content

A helpfull python package!

Project description

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}RGB{RGB.reset} test {x}aa{RGB.reset}")

System Detection

image

from cutepy import System

x = System.detect()
print(x)

Terminal Clear

image

from cutepy import Clear

Clear.sys()

Hash Identifier

image

from cutepy import Identify

x = Identify.hash("a875e3b9476d5d976160b308ace6b62e")
print(x)

Color Palette

image

from cutepy import Color

Color.palette()

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

cutepy-0.0.4.tar.gz (3.0 kB view hashes)

Uploaded Source

Built Distribution

cutepy-0.0.4-py3-none-any.whl (4.2 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