Is there a way to change the color of the console on repl.it
Is there a way to change the color of the console on repl.it
eidhernan
Yes.
from blessed import Terminal t = Terminal() print(t.red("Red")) print(t.orange("Orange")) print(t.yellow("Yellow")) print(t.green("Green"))
RYANTADIPARTHI
@eidhernan this is words. HE said console.
OldWizard209
its he @Bookie0
Bookie0
You can never know @OldWizard209
SamuelAndrews-Pirona
@Bookie0 Well instead of assuming why dont u ask them, there is no point to even assume as it does not even matter. Just stop wasting peoples time!
Solution
use the
Color-Console
module. It changes the background. first install it though.pip install Color-Console
then import it, and change it with colors.
that changes the background to black, and bright white. And prints the words too.
Here's a tutorial for more info.
https://pypi.org/project/Color-Console/
That should work