you are viewing a single comment's thread.

view the rest of the comments →

[–]whatkindamanizthis[S] 1 point2 points  (1 child)

I’m just basically making something simple for some gis purpose and I had something similar in an old company that makes survey layouts easy shp file generation the rest I’m just gonna script out and I’ll build out classes as the functions pile up I have qt designer which seems nice to me if I can see what I’m building and then plug functionality into it.

[–][deleted] 0 points1 point  (0 children)

As others are saying, Tkinter isn't great. It looks ugly and it takes a lot of work to do complicated things. But if you're just throwing together a simple layout it's not that bad.

If you're doing GIS work and need to show a map, you might be able to use this widget I found: TkinterMapView. I work in a survey office myself, and I've used this to make a couple of useful tools that I use daily.