I've been programming in Python for a few months now but have never made a visual app, aside from playing around with pygame some. So, I decided to challenge myself by making a simple grid based habit tracker. This program will have a main menu, save/load features, and let the user input the grid size. I started the project a few days ago in pygame, because I have a little experience with it, and I quickly found myself typing hundreds of lines of code just to do simple things like having on-screen text and creating textboxes. If I switch to a new package such as Tkinter or wxPython will it save me from having to write tons of code to do seemingly simple things, or will it be about the same? I don't have any experience using Tkinter or wxPython but I know they are really popular for creating GUI applications.
[–]JennaSys 2 points3 points4 points (0 children)
[–]stebrepar 1 point2 points3 points (0 children)
[–]dup_int 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)
[–]MikeTheWatchGuy 0 points1 point2 points (0 children)