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.
4 Respuestas
+ 3
check out "pygame"
+ 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
+ 1
Use Pygame 👍
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