diff --git a/main.py b/main.py index 14d283c..1798055 100644 --- a/main.py +++ b/main.py @@ -6,7 +6,7 @@ except ImportError: from Tkinter import * import time -from pwgenfunc import RandPass +from PasswordGen import RandPass #Main def pwGenerator(size = 8): @@ -79,3 +79,4 @@ def Copy_password(): gui.resizable(False, False) gui.mainloop() +