2

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!

1 Answer 1

2

I don't think this is possible using EasyGUI, as none of the methods even allow for width and height arguments; you're sacrificing extensibility for ease of use.

This can be done with Tkinter directly. Here's a nice example for Making a Toplevel cover the Full Screen.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.