From 03a244efa864aa73eb45593ebc61262c592b0b68 Mon Sep 17 00:00:00 2001 From: hnharika <158367945+hnharika@users.noreply.github.com> Date: Mon, 11 Nov 2024 00:59:53 +0530 Subject: [PATCH] Update random pass.py --- Applications/Random Password Generator/random pass.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Applications/Random Password Generator/random pass.py b/Applications/Random Password Generator/random pass.py index 2b1e0be..c87da85 100644 --- a/Applications/Random Password Generator/random pass.py +++ b/Applications/Random Password Generator/random pass.py @@ -1,3 +1,4 @@ +#beginner fork from tkinter import * import random import string @@ -24,4 +25,4 @@ def get_pass(): Button(root, text="Generate Password", command=generate).pack(pady=15) Entry(root, textvariable=passstr).pack(pady=2) -root.mainloop() \ No newline at end of file +root.mainloop()