diff --git a/README.md b/README.md index a0715cb..4860457 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,18 @@ # Pass-Generator +## :one: Description Script de génération de mot de passe. - Demande à l'utilisateur le nombre de caractères (20 par défaut) - Demande à l'utilisateur le nombre d'itérations (5 par défaut) -- Génère 5 mots de passes aléatoires +- Génère 5 mots de passes aléatoires de 20 caractères - Inclus alphabet majuscule `A-Z` et minuscule `a-z` - Inclus chiffres `0-9` - Inclus caractères spéciaux `!@#$%&*=|<>~()_` +## :two: Demo +:arrow_down_small:Using default configuration +![Default](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator-Default.gif) + +:arrow_down_small:Using custom configuration +![Custom](https://git.selfitdeploy.com/Willy/Pass-Generator/raw/branch/main/images/Pass-Generator-Custom.gif) \ No newline at end of file