-1

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

Illusion705
  • 383
  • 1
  • 12

1 Answers1

0

You can format Python print() using termcolor and Pyfiglet

Example