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

10 lines
176 B
Batchfile

@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