Setup Create a virtual environment python -m venv venv Activate the virtual environment venv\Scripts\activate Deactivate the virtual environment deactivate Install dependencies for QR Code pip install "qrcode[pil]" Install dependencies for Password Generator pip install pytest Run tests for Password Generator pytest -v Install dependencies for URL Shortener pip install validators