0

How to create a GUI for the first time?

I am programming a game (fireboy and watergirl) for a school project. I've never created nor been taught how to make one. I've looked into tkinter but can't seem to apply it to my code. Just looking to create a very simple main screen, pause and settings maybe.

9th Oct 2024, 1:33 PM
Tessa
4 Answers
+ 3
check out "pygame"
9th Oct 2024, 2:09 PM
Lisa
Lisa - avatar
+ 1
Hello Tessa ! As Lisa said trying pygame can be a game changer for you check this out: https://github.com/pygame Also, you may check this if you still want to get around tkinter: https://github.com/ParthJadhav/Tkinter-Designer
9th Oct 2024, 6:07 PM
ShadowCipher
ShadowCipher - avatar
+ 1
Use Pygame 👍
9th Oct 2024, 11:21 PM
Anya [Less/Active]
Anya [Less/Active] - avatar
0
try pygame or tkinter for more application like guis. as a last resort try prompting chatgpt to integrate pygame module into your code too
10th Oct 2024, 6:56 AM
Xmosity