Python scripts based on what I found on the internet
- Create Python Script in separate Directory
- To install its dependencies, install them via below command
pipenv install <LIBRARY>
- Change to a directory hosting the targeted script
- Run the script via
pipenv run python <SCRIPT_NAME>.py