Petits projets en Python.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
F. Y. H. 9be9161234 DEB info. added 8 months ago
MatPlotLib No-gui backend error fixed 8 months ago
OpenCV OpenCV and PyQT codes added 8 months ago
PyQt Program modified 8 months ago
SpiraleRectangle DEB info. added 8 months ago
.gitignore Python venv file exclusion 8 months ago
LICENSE Initial commit 8 months ago
README.md Instructions updated 8 months ago

README.md

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

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.