simple termcolor wrapper
Project description
A simple wrapper for termcolor
install
pip install termcolor2
useage
from termcolor2 import c
# termcolor2
print c("hello").red.on_white.blink.underline.dark
# --- this is equal to the following ---
# termcolor
print colored("hello", "red", "on_white", ["blink", "underline", "dark"])
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
termcolor2-0.0.3.tar.gz
(1.6 kB
view details)
File details
Details for the file termcolor2-0.0.3.tar.gz
.
File metadata
- Download URL: termcolor2-0.0.3.tar.gz
- Upload date:
- Size: 1.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 63ad2eaf1801c919cbeca60a62c099b330338740c8cc4422717b236f3c8f98a7 |
|
MD5 | c1007fa8ecd7e07a252b66f7af1eff59 |
|
BLAKE2b-256 | b89918ae745be732ad1cdb0cab8b63848fe6f3ba813e1324c6a689182e527083 |