Skip to main content

A library that makes your output colorful in Python

Project description

Random Color library

CodeQL

https://github.com/ibehii/RandomColorlib/assets/79264026/0daa3c30-3f45-4abc-8343-0d6ce11ee20b

This Python library makes your terminal output colorful ✨
On this Python library, you can access 255 kinds of color randomly!

YouTube Tutorial 📹

installation

For installation, enter this command in your terminal:

pip install Rcolor==3.0.1

features


Usage

importing

For importing the library You can use the following:

# First way 
import Rcolor
Rcolor.<Module Name>

# Easier way
from Rcolor import <Module Name>

# For importing all modules (Not recommended):
from Rcolor import * 

Important tip

Some terminals like cmd can't support all colors so it's better to use standard colors:

import Rcolor

print(Rcolor.standard_fg("Hello, World")) # random foreground color
print(Rcolor.standard_bg("Hello, World")) # random background color
print(Rcolor.standard_rainbow_fg("Hello world")) # to change foreground for each character using standard colors
  • You can use the Auto part too, Which doesn't depend on the operating system and automatically detects the operating system
import Rcolor

print(Rcolor.auto_fg("Hello, World")) # Automatic random foreground color
print(Rcolor.auto_bg("Hello, World")) # Automatic random background color

Changing the foreground color

Make Sure to check Important tip

import Rcolor

print(Rcolor.foreground('Hello, World!'))  # to use 255 colors
print(Rcolor.standard_fg("Hello, World"))  # to use standard color (15 colors).

Changing the Background color

Make Sure to check Important tip

import Rcolor

print(Rcolor.background('Hello, World')) # to use 255 colors
print(Rcolor.standard_bg('Hello, World')) # to use standard color (15 colors).

Changing the font (style)

Make Sure to check Important tip

import Rcolor
print(Rcolor.style('Hello, World!'))

Change the foreground color for each character

Make Sure to check Important tip

import Rcolor
print(Rcolor.rainbow_fg("Hello world"))
print(Rcolor.standard_rainbow_fg("Hello world"))

Multiple capabilities

import Rcolor

# Changes the foreground color and background color at the same time
Rcolor.foreground_background("Hello world")

# Changes the the foreground color and the font at the same time
Rcolor.foreground_style("Hello world")

# Changes the background color and font at the same time
Rcolor.background_style("Hello world")

# Changes foreground color, background color and font at the same time
Rcolor.foreground_background_style("Hello world") 

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

rcolor-3.0.1.tar.gz (7.8 kB view details)

Uploaded Source

Built Distribution

Rcolor-3.0.1-py3-none-any.whl (7.5 kB view details)

Uploaded Python 3

File details

Details for the file rcolor-3.0.1.tar.gz.

File metadata

  • Download URL: rcolor-3.0.1.tar.gz
  • Upload date:
  • Size: 7.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for rcolor-3.0.1.tar.gz
Algorithm Hash digest
SHA256 8d1f28b602c5e978a2907007ae183d8e1163085787c3d42a8a03c0cf6a2bfccf
MD5 6d64365d0d8c673e3f19a4f5202a8200
BLAKE2b-256 d52bd58ab537336bb7daaf1e796dd687df719570bbf7d29b1c2639f1c9c7ff54

See more details on using hashes here.

File details

Details for the file Rcolor-3.0.1-py3-none-any.whl.

File metadata

  • Download URL: Rcolor-3.0.1-py3-none-any.whl
  • Upload date:
  • Size: 7.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.9.19

File hashes

Hashes for Rcolor-3.0.1-py3-none-any.whl
Algorithm Hash digest
SHA256 e2003e68354060936acf8502bbb4f4cbedfbb8c3090230b18efe09d1264871d2
MD5 abfff7634114a978809905a1c0a6fca6
BLAKE2b-256 d09b0419c23f9ae69896fe816a10258673459cd32cdd217cc10952ec38ab34f6

See more details on using hashes here.

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