I am learning python and I have made a weather app with Tkinter and a weather api. I want to be able to run the 'main.py' file, which makes all of the class calls for the app, from my desktop so I don't have to navigate to the project folder and run the app from the console. Would I have to make some sort of bash script or would I have to make the program an executable? Or is there something else I could do?
I have tried py2exe and it has not worked for me so far.
Edit: I decided to create a batch script and it worked, thank you for your suggestions :D