python -m venv venv; .\venv\Scripts\activate; pip install -r requirements.txt; python main.py pause # This script creates a virtual environment, activates it, installs the required packages from requirements.txt, and then runs the main.py script. Finally, it pauses the command prompt so you can see any output before it closes.