Is there a way to distribute a customtkinter app and issue updates?
I am creating a GUI desktop app in Python (3.10) using customtkinter. I would like to be able to distribute the app to Windows and macOS. The tricky part is that I also want the ability to roll out updates. My target audience for this is not tech-savvy, so i would like to make the install and update process easy. How should I do this?