How to install the environment to run the script: Copy this directory to a location that you have write priviledges on Download python 3.* from https://www.python.org/downloads/ Install for all users, ensuring the install path is in C:\Program Files *\, ensuring the PATH variable is set Open CMD as admin and CD to the copied directory (really wherever that requirements.txt file is) Connect your PC to internet Run the command: "pip install -r requirements.txt" Wait for it to install the packages. (If this fails, you didn't install Python correctly) How to run the script: To specify the input file and output file path, open the main.py file with a text editor and change the values on lines 6 and 7. (don't remove the r preceding the first quote) Save your edits Open CMD and CD to the directory containing main.py Run the command: "python main.py"