I am just starting out using easyGUI with Python, and am running in to a bit of trouble. I want my application to run in full screen. However, I can not figure out how to get this to work.
This could apply to any python/easyGUI code, such as something as simple as hello world:
from easygui import *
msgbox("Hello, world!")
Your advice is much appreciated!