A
A
Andrey Godunko2021-12-24 16:08:22
Python
Andrey Godunko, 2021-12-24 16:08:22

How to increase font in python console program?

I converted .py to .exe. And now I have a ready-made console program, simple to do. And at startup, the font is small, but I need it to be large, yes, I know that it is possible with the help of ctrl + wheel up. But I need it so that the font is normal at startup
61c5c630dd280961262936.jpeg

Answer the question

In order to leave comments, you need to log in

3 answer(s)
K
Konstantin Tsvetkov, 2021-12-24
@Noy-name-boy

CONSOLE_FONT_INFOEX Structure

V
Vasily Bannikov, 2021-12-24
@vabka

The console window is responsible for the font, not the program.

But I need it so that the font is normal at startup

This is not possible, because your program cannot know what it is running in.
Maybe there is no GUI at all on the computer => you can not increase the font.

C
ComodoHacker, 2021-12-24
@ComodoHacker

In the properties of the console, configure, Windows will remember.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question