1

This question is regarding maximizing and minimizing the Pygame window.

What I want to occur is when my program calls a function, a separate application is opened. This part works perfectly fine as I have used Os.system, however, the second part of my goal is to have the python program minimize after this application opens.

I've looked around on the internet for some solutions but haven't had too much luck. I would love to know if there is syntax within pygame itself, or some other module, that can force the window to minimize.

Thanks a lot for reading and I look forwards to seeing replies!

1 Answer 1

2

You can use the pygame.display.iconify function.

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

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.