A python lib to interract with the api more easly
git clone https://git.chauvet.pro/michel/ft_transcendence cd ft_transcendence git switch python-api
python3 -m venv .env
source .env/bin/activate
pip install -r requirements.txt