Categories > Coding > Python >

Terminal print() color changer from Fancy loading screen

Onilo

laithyx_boi

Posts: 10

Threads: 3

Joined: Jan, 2022

Reputation: 0

Posted

So, I don't know if this works also can someone try it ples? I was doing things with Python when doing it and I uninstalled pip

but I successfully managed to get it on pypi.org: https://pypi.org/project/print-colors/

pip install https://files.pythonhosted.org/packages/f3/a0/3e48a1fb326b2e914a641eb721f50a4fa753f96638daff013ba8e158bc47/print-colors.tar.gz

How to use it : 

import print_colors
from print_colors import print

#Start of code
print.red("This should be red")
print.green("This should be green!")
print.blue("This should be blue!")
print.yellow("This should be yellow!")
print.magenta("This should be magenta")
print.gray("This should be gray!")

Thank you!

  • 0

Oli, Script Expert.

https://i.imgur.com/gRMDcsx.png

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )