create-new-project This project was created using the new_python_project script. Setup Activate the virtual environment: source venv/bin/activate Install dependencies: pip install -r requirements.txt Run the main script: python main.py Run tests: pytest