Question:
How would I make a GUI for a Python program?
Repl link:
No Repl link, just wondering in case I need it for future projects.
You can create a Repl with an output, like Tkinter.
1 Like
You can create very nice things in python with Tkinter, there’s great Tkinter tutorials on Youtube!
1 Like
If you want to make a GUI in Python which doesn’t look rubbish, I’d suggest staying away from Tkinter and looking at something like PyQt6.
However if you’re a beginner, Tkinter is a good starting place.
4 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.