Make Text Adorable
Project description
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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
adorable-0.1.6.tar.gz
(16.2 kB
view details)
Built Distribution
adorable-0.1.6-py3-none-any.whl
(17.7 kB
view details)
File details
Details for the file adorable-0.1.6.tar.gz
.
File metadata
- Download URL: adorable-0.1.6.tar.gz
- Upload date:
- Size: 16.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.11.13 Linux/6.15.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
c1f5451e6c22241848eaa608f7dbd10fe164bee63bfcb90722fb5faee2929aa9
|
|
MD5 |
dd1ebe04e7a01e2bc8937adb5c9c424a
|
|
BLAKE2b-256 |
85145aa31d1089518bc23a4db8194f89c065b3b01d19e5acd4a465e02e8fc416
|
File details
Details for the file adorable-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: adorable-0.1.6-py3-none-any.whl
- Upload date:
- Size: 17.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.1.2 CPython/3.11.13 Linux/6.15.2-arch1-1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
492fd6cdbc3327eec1bd1e917d61f02c619e7d50d076c29e8a2c6ce03fa80513
|
|
MD5 |
790315d02053bf2bcfb3c923212ef627
|
|
BLAKE2b-256 |
610b9295a55b996298346e1910ba291c3115c4c5921993fcd4c419c6cb86cbb1
|