Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wywincl/pycolor
python 控制台颜色库
https://github.com/wywincl/pycolor
Last synced: 12 days ago
JSON representation
python 控制台颜色库
- Host: GitHub
- URL: https://github.com/wywincl/pycolor
- Owner: wywincl
- License: apache-2.0
- Created: 2015-04-26T06:29:58.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-28T23:42:50.000Z (over 9 years ago)
- Last Synced: 2024-11-13T04:31:30.943Z (2 months ago)
- Language: Python
- Size: 152 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pycolor
python 控制台颜色库# Usage
from color import *
print_error("this is an error message!")
print_warning("this is a warning message!")
print_info("this ia a info message!")
print_log('this is a log message!')
print_debug('this is a debug message!')
color_print('test info message!', 'info')