ESP32-discord/start.ps1
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

8 lines
150 B
PowerShell

# Activate the virtual environment
& .venv\Scripts\activate
# Run the Python script
pythonw main.pyw
# Deactivate the virtual environment
deactivate