I'm putting together a tool to help a volunteer where I work with a weekly workflow. The tool processes a couple spreadsheets into a csv and then puts the points on a map web layer. I've got everything working using tkinter for the GUI, but running the geoprocessing model locks up the GUI until complete. Tried threading it but all it does is crash as soon as the geoprocessing model is ran. I found several old posts (2012, 2014, etc.) that simply say that Esri and tkinter don't play well together. I wanted to check in and see if there's any work arounds for this or if anyone has had success with another GUI? Thanks.