-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,22 @@ | ||
# Student Picker | ||
Tirage au sort des élèves en fonction d'un fichier donné. | ||
|
||
Version actuelle : 1.1.0.0 | ||
|
||
## Interface : | ||
![image](https://user-images.githubusercontent.com/41381482/147779964-2234b4cf-65f1-4b61-91fd-afe42f313c3e.png) | ||
|
||
## Demo : | ||
![demo](https://user-images.githubusercontent.com/41381482/147780119-0274342a-02ac-4f54-a8a2-966e4c743bde.gif) | ||
|
||
## Installation : | ||
- Téléchargement sur la page [Releases](https://github.com/ethandudu/StudentPicker/releases) et télécharger le fichier `Student_Picker.exe` | ||
- Se rendre sur la page [Releases](https://github.com/ethandudu/StudentPicker/releases) et télécharger le fichier `Student_Picker.exe` | ||
- Ne nécessite pas d'installation. | ||
- Ouvrir le fichier `Student_Picker.exe` | ||
- Cliquer sur le bouton `Choisir fichier` et sélectionner votre fichier au format TXT. | ||
- Cliquer sur le bouton `Tirer`. Une fois l'animation terminée le nom de l'élève est affiché. | ||
|
||
## Fichier élèves | ||
## Fichier élèves : | ||
Le fichier élèves doit être créé par vos soins. Il est composé du nom des élèves, séparés par une virgule (`,`). | ||
|
||
Un fichier d'exemple est disponible [ici](https:/github.com/ethandudu/StudentPicker/blob/main/example.txt) |