ESP32-discord/start.sh
ZareMate f6aa6cd626
Change rendering method for GUI
Add installation scripts for Windows and Linux, and update README for usage instructions
2025-01-15 02:25:36 +01:00

11 lines
167 B
Bash

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