INSTEAD OF COMPLETELY DELETING THIS, I'M MAKING THIS EDIT SO PEOPLE WHO FIND THIS ARE ABLE TO FIND THE BEST SOLUTION.
GO TO How to run a shell script in OS X by double-clicking?
While using Python, I would like to be able to run a script without having to open or type into Terminal every time. For example, instead of going into Terminal and typing:
python <script-name>.py
or even
./script-name.py
I would like to simply be able to click on an application or open a file that will automatically run the Terminal commands without actually having to open Terminal myself (or at least have Terminal open in the background) so that others (like my mother) can use this easily.
Is anyone able to point me in a direction or help me out in figuring out if this is possible? Please do not hesitate to ask me questions. I appreciate any help at all. Thank you in advance!