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 6 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 2

Repositories

Showing 4 of 4 repositories
  • Dumper-Mnemonic Public Forked from Pymmdrza/Dumper-Mnemonic

    Check and Generated Random Mnemonic BIP39 for Ethereum Address and BNB and Dogecoin Address

    colorthon/Dumper-Mnemonic’s past year of commit activity
    Python 1 MIT 9 0 0 Updated Feb 21, 2024
  • cryptoFuzz Public Forked from Pymmdrza/cryptoFuzz

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

    colorthon/cryptoFuzz’s past year of commit activity
    Python 2 MIT 14 0 0 Updated Sep 27, 2023
  • colorthon Public

    easy python terminal , console , cmd text color with colorthon

    colorthon/colorthon’s past year of commit activity
    Python 6 MIT 3 0 0 Updated Jul 11, 2023
  • .github Public
    colorthon/.github’s past year of commit activity
    0 0 0 0 Updated Jul 10, 2023

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…