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

import colors

Set a simple color

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

Set RGB color

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

Use bold and underline styles

print(colors.Colors.set_color("blue", "Bold Blue Text", bold=True))
print(colors.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.1.tar.gz (2.7 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.1-py3-none-any.whl (2.7 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: Terminal-Colorify-0.1.1.tar.gz
  • Upload date:
  • Size: 2.7 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.1.tar.gz
Algorithm Hash digest
SHA256 c461bf6f111ccb7f930beecb762a8577b9ca8a440bf7fae96e1be1f879b1a280
MD5 14166bff65ddc8682bb3a50d2a91c70c
BLAKE2b-256 db3209be856802a319bd858bcbd06167067c268252b686235e5ecfd97144b191

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for Terminal_Colorify-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3677bc0ca94adea7941dada9e73c0ab5888de6730ba9f01aa50a91881f5a6608
MD5 128a60edd4d6f50ef36d49ceb01f458d
BLAKE2b-256 204f4e2c7ad82cd4d42b0fe4f936335ec9ea00fcd1106b4c12814a1c9dc04af5

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