Metadata-Version: 2.1
Name: colorclip
Version: 1.0.4
Summary: A Python color pack library
Home-page: https://t.me/Onefinalhug
Author: Bevlil
Author-email: voidlillis@gmail.com
License: MIT
Download-URL: https://github.com/lillisfeb/colorclip
Keywords: color pack library,python terminal console
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE


# colorclip 1.0.4

![Colorclip](https://i.ibb.co/4pKgVFf/Screenshot-2023-06-13-18-33-16-81-e4424258c8b8649f6e67d283a50a2cbc.jpg)

Color pack library,python terminal console

### Installation
```
pip install colorclip
```
### Usage
Import all name
```
from colorclip import *
```
Test
```
print(red('sample string'))
print(bold('bold string'))
```
Background color
```
print(bg_black(lime('sample string')))
```
Check available color
```
p_ac()
```
Help
```
help()
```
AND MORE


