Answer the question
In order to leave comments, you need to log in
Is it possible to change fonts in Python?
I used to think that it was impossible to change color in Python , but then I got acquainted with the colorama
. Well, if you can change the color of text using the module colorama
, is it possible to change the font in Python? If so, how? The name of the module is enough for me, then myself.
Answer the question
In order to leave comments, you need to log in
Console output is limited by the capabilities of the console. The color is set by control sequences, and they are not supported everywhere. Does your console have an escape sequence for changing the font?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question