@echo off REM Activate the virtual environment call .venv\Scripts\activate REM Run the Python script start pythonw main.pyw REM Deactivate the virtual environment deactivate