Follow these steps to set up and run the project:
First, create a new virtual environment:
python3 -m venv .venv
Activate the virtual environment and install the required packages:
.venv\Scripts\activate
pip install -r requirements.txt
source .venv/bin/activate
pip install -r requirements.txt
To execute the project using the virtual environment, use the following command:
.venv/bin/python change_mode.py