Démonstration de l'usage de l'API Sqlite3 pour encoder des élèves.1er essai
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Lapin-Blanc 51264eb33e initial commit před 3 roky
.gitignore initial commit před 3 roky
README.md initial commit před 3 roky

README.md

ecole-sql

Démonstration de l’usage de l’API Sqlite3 pour encoder des élèves.

Configuration :

virtualenv env
. env/bin/activate (Linux) ou .\env\Scripts\activate (Windows)
pip install -r requirement.txt

Utilisation

Mode texte : python encodage_eleve.py Mode graphique : python formulaire.py