I am trying to create an alias for python filename.py so I can use my_keyword to run my script file.
Example:
python filename.py
python filename.py
Need to convert to
my_keyword
So this will call my file.
Is it possible? If it is possible then How I can achieve this.