Skip to main content

Python-Colors For Using To Beautify Your Output With Just Including It As A Simple Variable

Project description

Colors In Python

Important Note

THESE ARE THE CODES FOR COLORS IN LINUX TERMINAL JUST LIKE HTML
BG = BACKGROUND
BR = BRIGHT
BG_BR = BRIGHT BACKGROUND
THIS ONLY WORKS IN LINUX TERMINAL AND DIDN'T WORK IN CMD OR POWERSHELL IN WINDOWS

Installation

sudo apt install python3 python3-pip
pip install python-colors

Usage

For Ex: Using Blue Color
import colors
colors = colors.colors()
print(colors.BLUE + "Your Text")

All Available Colors

BG = BACKGROUND
BR = BRIGHT
BG_BR = BRIGHT BACKGROUND
RED
BLUE
CYAN
YELLOW
GREEN
MAGENTA
WHITE
BR_RED
BR_GREEN 
BR_YELLOW 
BR_BLUE 
BR_MAGENTA 
BR_CYAN 
BR_WHITE 
BG_BLACK 
BG_RED 
BG_GREEN 
BG_YELLOW 
BG_BLUE 
BG_MAGENTA 
BG_CYAN 
BG_WHITE
BG_BR_BLACK
BG_BR_GREEN 
BG_BR_YELLOW
BG_BR_BLUE
BG_BR_MAGENTA 
BG_BR_CYAN 
BG_BR_WHITE 
RESET
BOLD 
REVERSE
UNDERLINE

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

python-colors-linux-0.3.tar.gz (6.4 kB view hashes)

Uploaded Source

Built Distribution

python_colors_linux-0.3-py3-none-any.whl (6.6 kB view hashes)

Uploaded Python 3

Supported by

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