I am trying to pass a particular directory to a python script and later use that directory in the script . the Directory can be located anywhere. for example, the script should run on the command line as
script.py directory_name
So far I looked but nothing as such.