A Python color pack library
Project description
colorclip 1.0.6
Color pack library,python terminal console
Installation
pip install colorclip
Usage
Import all name from colorclip
from colorclip import *
FirstRun
print(red('sample string'))
Bold String
print(bold('bold string'))
Underline
print(underline("underline"))
Background color
print(bg_red(lime('sample string')))
Check available color
p_ac()
Available color
| Text Color | Background Color |
|---|---|
| black | bg_black |
| red | bg_red |
| green | bg_green |
| yellow | bg_yellow |
| blue | bg_blue |
| magenta | bg_magenta |
| cyan | bg_cyan |
| white | bg_white |
| gray | bg_gray |
| bright_red | bg_bright_red |
| bright_green | bg_bright_green |
| bright_yellow | bg_bright_yellow |
| bright_blue | bg_bright_blue |
| bright_magenta | bg_bright_magenta |
| bright_cyan | bg_bright_cyan |
| bright_white | bg_bright_white |
| orange | bg_orange |
| pink | bg_pink |
| lime | bg_lime |
| teal | bg_teal |
| lavender | bg_lavender |
Rainbow
rainbow ("string")
Blink
blink("string")
Default
- repeat=5
- delay=0.5
Custom
blink("string", repeat=10, delay=0.2)
Typewriter
typewriter("String")
Default
- Delay=0.1
Wavy
wavy("string")
Default
- amplitude=1
- frequency=1
Vaporwave
vaporwave("string")
Rainbow typewriter
cc_text("string")
Default
- delay=0.1
Help
help()
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
colorclip-1.0.6.tar.gz
(4.9 kB
view details)
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 colorclip-1.0.6.tar.gz.
File metadata
- Download URL: colorclip-1.0.6.tar.gz
- Upload date:
- Size: 4.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac127c6dbc422ac34f4c7f77dde14a3b4e17e7ee02034243746033509ecf1b24
|
|
| MD5 |
5da7b77d6bda9a1e9c6bfcfa995d0a8e
|
|
| BLAKE2b-256 |
34939019b362c087e9977fefc9102c5dc3ab97597d3b9b4cfca53f1dbfdb04dd
|
File details
Details for the file colorclip-1.0.6-py3-none-any.whl.
File metadata
- Download URL: colorclip-1.0.6-py3-none-any.whl
- Upload date:
- Size: 5.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
353e7b9d956182282238518b4575026aef7e57ee6275181a862caa4841b10838
|
|
| MD5 |
7e6b70b85e64149af675eb90f0953fc1
|
|
| BLAKE2b-256 |
f58a2f8f07d99064c88099906ece83a63e80d51f1f4764c97f59592306264076
|