description
Project description
Colors-print
Do you find it annoying when you have to search for a certain debug, or error, line in your console? Have you ever dreamed of a simple and quick way to make your debug print truly visible? Well here is your solution !
cprint is a minimalist python library which gives you the possibility to print in color.
Install
pip install Colors-print
Usage
ccprint
加强版
from cprint import ccprint
ccprint('Hello Word')
cprint
from cprint import cprint
cprint(arg) # WHITE
cprint.ok(arg) # BLUE
cprint.info(arg) # GREEN
cprint.warn(arg) # YELLOW
cprint.err(arg, interrupt=False) # BROWN
cprint.fatal(arg, interrupt=False) # RED
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file colors-print-0.0.6.tar.gz.
File metadata
- Download URL: colors-print-0.0.6.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a2f8e4c32421e8b061de1fec65d1c4ee1380ce6b32739fd054250513ca3bdb30
|
|
| MD5 |
829eabd29e94b55e1aaefc8da5070e20
|
|
| BLAKE2b-256 |
6de62054e625761ceccdd49fac901a5af54b40b68b13fc80e6fd1b184bc03beb
|
File details
Details for the file colors_print-0.0.6-py3-none-any.whl.
File metadata
- Download URL: colors_print-0.0.6-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dfa8cc95e1f6aec0c12bec311137e3f3e4ec39be933e51fa0e81648be36db73e
|
|
| MD5 |
117e4e03e3ebbbc1b40c3d29c2e20c69
|
|
| BLAKE2b-256 |
f5095a4f276f27101ee22d5b0e573ab354b73d2712bc2aa896d5f2f84108b3b5
|