Skip to content

gusprojects008/terminalColors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

terminalColors

A simple utility for printing colored text in the terminal.

Installation

1) Create and activate a venv

python3 -m venv.venv
source .venv/bin/activate

2) Install directly from GitHub (always get the main/default branch)

pip install --update pip
pip install git+https://github.com/gusprojects008/terminalColors.git

3) Install a specific tag/version or commit

pip install git+https://github.com/gusprojects008/terminalColors.git@v0.0.0

4) Add requirements.txt

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

Usage

from terminalColors import Colors
colors = Colors("", "")
print(Colors("blue", "Hello World"))

About

A simple python module for customizing terminal scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages