Skip to main content

A simple Python module for adding colors to text in the terminal

Project description

Terminal-Colorify

A simple Python module for adding colors to text in the terminal.

Installation and Usage

Install the package

pip install Terminal-Colorify

Example Python usage

from colors import Colors

Set a simple color

print(Colors.set_color("yellow", "Hello, world!"))

Set RGB color

print(Colors.set_color(rgb=(255, 0, 0), text="Red Text"))

Use bold and underline styles

print(Colors.set_color("blue", "Bold Blue Text", bold=True))
print(Colors.set_color("green", "Underlined Green Text", underline=True))

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Terminal-Colorify-0.1.6.tar.gz (3.0 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

Terminal_Colorify-0.1.6-py3-none-any.whl (3.1 kB view details)

Uploaded Python 3

File details

Details for the file Terminal-Colorify-0.1.6.tar.gz.

File metadata

  • Download URL: Terminal-Colorify-0.1.6.tar.gz
  • Upload date:
  • Size: 3.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.11.9

File hashes

Hashes for Terminal-Colorify-0.1.6.tar.gz
Algorithm Hash digest
SHA256 7d65bf13ed7d746dc4f1e79243cbe3dc1821d2c5c2af5a6f210ed30b23bd9967
MD5 48d148fdf7fc2a6d18ae90efea1b141f
BLAKE2b-256 118ceaf8a60d04d225c66acb1d779242c31ecba419972445faf0ccdae8dca524

See more details on using hashes here.

File details

Details for the file Terminal_Colorify-0.1.6-py3-none-any.whl.

File metadata

File hashes

Hashes for Terminal_Colorify-0.1.6-py3-none-any.whl
Algorithm Hash digest
SHA256 bf8a7cf669ce1e1964c6361e578f66cafc89edde2d20424e7bcc9efdd4cd4a43
MD5 3a9cf6b9f85d9da933f46935a93f17b7
BLAKE2b-256 67a6703150cca30fcfcb80ccc3ebd72495eca7b04c145ec68a1407dadc672048

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page