I have an Excel automation script on Python3. I want to upgrade the script (so its not just running on IDE), to an application so other users can use my program. The program's criteria I desired are:
- Has a GUI
- Users can choose the file from file explorer (it will look like when we want to upload file)
- Have the "Start" button to run the program that executing the uploaded file
What kind of features I must learn to do this? Btw I'm using Windows 10 OS.