Getting start THe idea is you can copy these scripts, and add them into your own repository to make your development faster. Create an env first python -m venv venv Install the dependencies pip install -r requirements.txt Run the script python script_you_want.py