Petits projets en Python
Go to file
F. Y. H. 07df12fa56 Bloc characters writer 2023-04-21 02:05:27 +02:00
MatPlotLib No-gui backend error fixed 2022-07-25 14:52:36 +02:00
OpenCV OpenCV and PyQT codes added 2022-07-25 09:21:49 +02:00
PyQt Program modified 2022-07-25 11:36:46 +02:00
SpiraleRectangle DEB info. added 2022-07-25 15:34:14 +02:00
.gitignore Correction d’ignorance 2023-04-05 14:23:04 +02:00
LICENSE Initial commit 2022-07-25 04:59:08 +02:00
README.md Retouche de README.md 2023-04-04 20:59:32 +02:00
bloc-chars.py Bloc characters writer 2023-04-21 02:05:27 +02:00

README.md

Python

Petits projets de développement 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

Dans le cas de MatPlotLib/ une installation des paquets DEB libgirepository1.0-dev, gcc, libcairo2-dev, pkg-config, python3-dev et gir1.2-gtk-3.0 peut être nécessaire¹. La commande pip3 vient après. Ainsi MatPlotLib peut afficher ses graphes via GTK+3.

1 PyGObject Doc.