0

I would like to write a simple program that sets the terminal (windows CMD) to full screen when i double click my python program on the desktop.

The desired behavior is for the script to change the terminal properties to be full screen, as if the user pressed ALT + ENTER.

My previous attempts include using ctypes windll.user32 to emulate pressing ALT + ENTER, CMD refused this input. I also tried using the mode command, which just resized the window.

elite gamer88
  • 73
  • 1
  • 1
  • 13
  • Does [this answer your question](https://stackoverflow.com/questions/2790825/how-can-i-maximize-a-specific-window-with-python)? – DYZ Aug 23 '20 at 21:23
  • The solutions in the above post only maximize the window, not true full screen, its better than what i had though, thanks! – elite gamer88 Aug 23 '20 at 21:29
  • Does [this](https://stackoverflow.com/questions/43959168/python-console-fullscreen-maybe-using-os-system") work? – chngzm Aug 24 '20 at 00:22
  • its basically the same thing as the `mode 1000` command – elite gamer88 Aug 26 '20 at 09:01

0 Answers0