Modify font size when print out to screen

后端 未结 3 1701
醉话见心
醉话见心 2021-01-23 05:14

I\'m using Win XP and Python 2.5. Is there a way in Python to modify font size when print to CMD window?

3条回答
  •  抹茶落季
    2021-01-23 06:02

    You should create a desktop link to cmd.exe and set/change the layout properties (e.g. to window size 120*40 or appropriate). Start your program in this console windows (python.exe yourprogram.py).

提交回复
热议问题