2021年1月19日星期二

How do I center a python console app window?

I would like to know if there is a library/shell command that centers your python window.

For example, os.system('title TITLE HERE && mode con:cols=100 lines=40') creates a console window with a specified height and title. The os.system simply runs a shell command.

Is there a shell command to center the window?

https://stackoverflow.com/questions/65802289/how-do-i-center-a-python-console-app-window January 20, 2021 at 10:31AM

没有评论:

发表评论