#!/bin/bash # Activate the virtual environment source .venv/bin/activate # Run the Python script pythonw main.pyw & # Deactivate the virtual environment deactivate