Used tkinter once, it was easy enough. You could also try making a fancy cli with curses
this post was submitted on 07 Dec 2023
6 points (87.5% liked)
pythonhelp
563 readers
1 users here now
A community for posts that include helping Python programmers
Discord:
https://discord.gg/39K88eCxxr
founded 1 year ago
MODERATORS
I used PySimpleGUI once and I think it was really nice. Can handle user input for you etc. Layout is kinda intuitive, but a bit restricted (fine for most applications imo) and you have to understand the event loop. Would recommend. Was my first gui toolkit, too.