From b2e66dad14c20b93ffb2e821bb8918ab1111b093 Mon Sep 17 00:00:00 2001 From: Willy Date: Tue, 1 Jul 2025 18:42:09 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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