Petits projets en Python
Go to file
2022-07-25 11:20:46 +02:00
MatPlotLib MatPlotLib, OpenCV and PyQT codes added 2022-07-25 05:50:30 +02:00
OpenCV OpenCV and PyQT codes added 2022-07-25 09:21:49 +02:00
PyQT Some very old exercises 2022-07-25 10:55:38 +02:00
PyQt PyQt more correct! 2022-07-25 11:20:46 +02:00
SpiraleRectangle SpiraleRectangle little project added 2022-07-25 09:31:30 +02:00
.gitignore Python venv file exclusion 2022-07-25 10:53:22 +02:00
LICENSE Initial commit 2022-07-25 04:59:08 +02:00
README.md Instruction completed 2022-07-25 10:50:03 +02:00

Python

Petits projets en Python regroupés dans des répertoires partageant un environnement virtuel similaire.

Pour installer chaque répertoire DIR:

cd $DIR
python -m venv ./
pip3 install -r requirements.txt

Pour exécuter les programes:

#Shell POSIX
source ./bin/activate

Pour quitter lenvironement:

#Shell POSIX
deactivate