Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
except ImportError:
from Tkinter import *
import time
from pwgenfunc import RandPass
from PasswordGen import RandPass

#Main
def pwGenerator(size = 8):
Expand Down Expand Up @@ -79,3 +79,4 @@ def Copy_password():

gui.resizable(False, False)
gui.mainloop()