0 purchases
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.