I wanted to create a GUI button using Python Tkinter Module to open up a specific app that has already been installed on the computer, e.g. 'calculator'.
I have found a similar question on StackOverflow but its not quite what I want as it only open the file directory and not the app itself.
Thanks.