Skip to main content

A package for color printing in the console

Project description

简介

  • 在控制台中用于彩色打印的包
  • 采用的是亮色
  • 支持多值打印

安装

pip install --index-url https://pypi.org/simple colorPrintConsole -U

使用

from colorPrintConsole import ColorPrint

cp = ColorPrint()
cp.red('红色文本')
cp.green('绿色文本')
cp.yellow('黄色文本')
cp.blue('蓝色文本')
cp.magenta('品红色文本')
cp.cyan('青色文本')
cp.red('123', '456', '789') # 多值打印

展示

效果展示

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

colorPrintConsole-1.0.6.tar.gz (6.0 kB view hashes)

Uploaded Source

Built Distribution

colorPrintConsole-1.0.6-py3-none-any.whl (6.4 kB view hashes)

Uploaded Python 3

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