PDF-Handler Use a virtual environment Linux: python -m venv venv source venv/bin/activate Windows: python -m venv venv venv/bin/activate Install requirements pip install -r requirements.txt Usage python <python_script.py> --help Installation pyinstaller --onefile <python_script.py> Recomendation Add to PATH for use script everywhere. Author MrBowis