none
Project description
Installation
To install the package, use pip:
pip install ChromaStyler
##ChromaStyler library: a library to get colors in python. use this library to make output colored! ##How to use: this library have three diferent parts: color, style, back #Color(text color): to use this library for text color, you can import color or use it directly:
import ChromaStyler
or
from ChromaStyler import color
to use color, just enter what color do you want:
blue = color.blue \# Or ChromaStyler.style.bold if tou use import ChromaStyler
print(blue + 'hello this is a blue text')
#Style(font style): to use this library for font style, you can import style or use it directly:
import ChromaStyler
or
from ChromaStyler import style
to use style, just enter what style do you want:
bold = style.bold \# Or ChromaStyler.style.bold if tou use import ChromaStyler
print(bold + 'hello this is a bold text')
#back(background color): to use this library for background color, you can import style or use it directly:
import ChromaStyler
or
from ChromaStyler import back
to use style, just enter what style do you want:
bold = back.purple \# Or ChromaStyler.style.bold if tou use import ChromaStyler
print(purple + 'hello this is a normal text with purple background')
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
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 chromastyler-1.1.0.tar.gz.
File metadata
- Download URL: chromastyler-1.1.0.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0fbb559f48f2477dcd369bacdc14ff73d7704f4fb9d90ff5fad3a8de434538ed
|
|
| MD5 |
d9f14e6998a2852eda7cdabc6bfc3a3d
|
|
| BLAKE2b-256 |
54fde5fdc1cdf0b81d19c6fffc3d31c6924a7d125ba6ebfdcd67ea99758bb976
|
File details
Details for the file ChromaStyler-1.1.0-py3-none-any.whl.
File metadata
- Download URL: ChromaStyler-1.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4f0597b99d7c6d67cd0c08b710f2613a6214dbc1c617f8516936cd9548ccd5a8
|
|
| MD5 |
db70576302d574ec33234d3ad1f51d69
|
|
| BLAKE2b-256 |
6e95d941ce6c23d932b576d5ebf004a9c8be8914b82b28142c2cd30c0665b7a0
|