Skip to content

colorthon

easy text color and print text pretty on terminal , cmd , console

#windows
pip install colorthon
# linux
pip3 install colorthon

How to import To Project:

from colorthon import console

red = console.red
green = console.green
yellow = console.yellow
white = console.white
blue = console.blue
magenta = console.magenta
cyan = console.cyan
grey = console.grey
# reset or format text color :
reset = console.reset

How To Use Colorthon In My Script:

print(red, 'RED COLOR TEXT', reset)
print(green, "GREEN COLOR TEXT", reset)
print(yellow, 'Yellow Text Color And Format', reset, cyan, 'CYAN COLOR TEXT ', reset)
print(f"{magenta}MAGENTA COLOR TEXT{reset} {white}WHITE NORMAL COLOR TEXT{reset}")

Pinned Loading

  1. colorthon colorthon Public

    easy python terminal , console , cmd text color with colorthon

    Python 5 3

  2. cryptoFuzz cryptoFuzz Public

    Forked from Pymmdrza/cryptoFuzz

    cryptofuzz python package for generated fast and easy wallet private key hex bytes mnemonic convert

    Python 1

Repositories

Showing 4 of 4 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…