Is there a way to change the font of text in the python console programmatically in repl.it?
Asked
Active
Viewed 617 times
0
-
What do you mean by python console? Do you mean IDLE? – Barmar Mar 05 '21 at 00:01
-
Does this answer your question? [Change console font in Windows](https://stackoverflow.com/questions/3592673/change-console-font-in-windows) – SuperStormer Mar 05 '21 at 00:01
-
You would need to launch the console via another program with its own configs. Without knowing your development environment, it's not possible. – Dr-Bracket Mar 05 '21 at 00:01
-
You can change color, for example see https://stackoverflow.com/questions/39473297/how-do-i-print-colored-output-with-python-3 – NotAName Mar 05 '21 at 00:02
-
@Dr-Braket, is it possible to do it in repl.it? – Illusion705 Mar 05 '21 at 00:07
-
1Have you tried searching in the repl.it forums? Example: https://repl.it/talk/ask/Changing-font/24322 – Gino Mempin Mar 05 '21 at 00:20