Bibliothèques Python pour le développement de jeux

python3 -m pip install pygame <<<(mac)>>>
or
python -m pip install pygame <<<(windows)>>>
or
sudo apt install python3-pygame <<<(ubuntu)>
Mohammed Albaqer