0

Is there a way to change the font of text in the python console programmatically in repl.it?

Illusion705
  • 451
  • 3
  • 13

1 Answers1

0

You can format Python print() using termcolor and Pyfiglet

Example