I've made a downloadable exe using auto-py-to-exe, but I want an actual application that can be downloaded as an app (such as Chrome). Is there a way to do this? Is there a way to make the .exe download the app, like most apps do? Should I even be using Tkinter for this, or should I use something different - if so, what?
EDIT: How to run an installer, and have it put an icon of my tkinter program in the start menu or on the desktop?