I am looking for an easy and pythonic way to make update my python app on the users machines. Currently the app is hostet in github and I have release versions, but it would be cool if my users would be able to click a button or run a command and if there is a new version - install.
About an app: It's a python GUI app built on customtkinter. I can either add a button to trigger the action or have a python script to do this.
So far I tried googling, but I did not find any straghitforward solution for this