adorable 0.1.5

Creator: bradpython12

Last updated:

Add to Cart

Description:

adorable 0.1.5

adorable

Make the UI of your project adorable.



Basic Usage
import adorable
from adorable import color

RED = color.from_name("red")
print(RED.fg("Hello adorable World"))


BLUE = color.from_hex(0x0AF)
DARK = color.from_rgb((38, 38, 38))
col = BLUE.on(DARK)

adorable.printc("Hello", "World", style = col)

Links

Documentation
Source Code
PyPI

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.