A simple utility for printing colored text in the terminal.
python3 -m venv.venv
source .venv/bin/activate
pip install --update pip
pip install git+https://github.com/gusprojects008/terminalColors.git
pip install git+https://github.com/gusprojects008/terminalColors.git@v0.0.0
Place one of the lines below in your project's requirements.txt
:
Always get the latest version of Repository
git+https://github.com/gusprojects008/terminalColors.git
Or pin to a specific tag:
git+https://github.com/gusprojects008/terminalColors.git@v0.0.0
Then, to install all dependencies:
pip install -r requirements.txt
from terminalColors import Colors
colors = Colors("", "")
print(Colors("blue", "Hello World"))