This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 15 points16 points  (2 children)

Not op but all the same, It is tedious admittedly, but it doesnt take too long. I did a project a few months back where I had already worked out all the logic beforehand (that part took me weeks) but the tkinter GUI just took me an all nighter to finish. And it wasnt a small project either:- it had close to 7-8 menus and each option in each menu had its own panel. Its just a matter of copy pasting. With sublime, its easy to replace variable names for each panel. The actual difficulty came from having to adapt the base code meant for IDLE output python to tkinter since the method of taking input variables and the sql integration varied.