We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5740981 commit 3c64ceaCopy full SHA for 3c64cea
GUI PasswdGen V2.py
@@ -66,7 +66,7 @@ def Generate():
66
else:
67
messagebox.showerror("Error","You need to select Upper or Lower case Letters!")
68
69
- messagebox.showerror("Error","Lenght Cannot be less than 7")
+ messagebox.showerror("Error","Lenght Cannot be less than 8")
70
Root = Tk()
71
Root.title("PasswdGen V2")
72
Root.geometry("250x300")
0 commit comments