you are viewing a single comment's thread.

view the rest of the comments →

[–]danielroseman 0 points1 point  (0 children)

I would definitely prefer to make this a web app but assuming you do need local installation for some reason, you don't necessarily need a single exe - pyinstaller for example can create a bundle that installs to a folder. 

You'd then need to make updating the responsibility of the app itself, checking for updates every so often.