Démonstration de l'usage de l'API Sqlite3 pour encoder des élèves.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Lapin-Blanc 75adea05d8 initial commit 3 년 전
.gitignore initial commit 3 년 전
README.md initial commit 3 년 전
encodage_eleves.py initial commit 3 년 전
formulaire.py initial commit 3 년 전
requirements.txt initial commit 3 년 전
utils.py initial commit 3 년 전

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