Skip to main content

description

Project description

Build Status

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

Demo

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

colors-print-0.0.6.tar.gz (3.3 kB view details)

Uploaded Source

Built Distribution

colors_print-0.0.6-py3-none-any.whl (4.1 kB view details)

Uploaded Python 3

File details

Details for the file colors-print-0.0.6.tar.gz.

File metadata

File hashes

Hashes for colors-print-0.0.6.tar.gz
Algorithm Hash digest
SHA256 a2f8e4c32421e8b061de1fec65d1c4ee1380ce6b32739fd054250513ca3bdb30
MD5 829eabd29e94b55e1aaefc8da5070e20
BLAKE2b-256 6de62054e625761ceccdd49fac901a5af54b40b68b13fc80e6fd1b184bc03beb

See more details on using hashes here.

File details

Details for the file colors_print-0.0.6-py3-none-any.whl.

File metadata

File hashes

Hashes for colors_print-0.0.6-py3-none-any.whl
Algorithm Hash digest
SHA256 dfa8cc95e1f6aec0c12bec311137e3f3e4ec39be933e51fa0e81648be36db73e
MD5 117e4e03e3ebbbc1b40c3d29c2e20c69
BLAKE2b-256 f5095a4f276f27101ee22d5b0e573ab354b73d2712bc2aa896d5f2f84108b3b5

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page