Skip to content

Commit

Permalink
Rename générateur_de_mdp-2.py to password_generator-2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Midicix authored Dec 20, 2022
1 parent cca18a4 commit cdfdf74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion générateur_de_mdp-2.py → password_generator-2.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ def generer():
text += liste_lettre_min[var_lettre_min]
saisie.insert(0, text)

fenetre.mainloop()
fenetre.mainloop()

0 comments on commit cdfdf74

Please sign in to comment.