Here is what you need to do to run the different files
(You can use python -m venv and pip instead, but I will use UV)
Run these commands in the project directory:
uv venv
source .venv/bin/activate
uv pip install -r requirements.txt
Then you can hopefully run the python code.