Skip to content

Commit

Permalink
Day 30
Browse files Browse the repository at this point in the history
  • Loading branch information
neubrom committed Oct 10, 2021
1 parent 5ffe74c commit ad92f7e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions 30/Password+Manager+(End+of+Day+29)/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,17 @@
"<asfg": {
"email": "[email protected]",
"password": "1JnkU!03hz$EV7"
},
"asrt": {
"email": "[email protected]",
"password": "#az%Fm7Ts1Cox"
},
"asfg": {
"email": "[email protected]",
"password": "%ek0M3MVod+tw81"
},
"qww": {
"email": "[email protected]",
"password": "44#burc+FaT1p2G"
}
}
2 changes: 2 additions & 0 deletions 30/Password+Manager+(End+of+Day+29)/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ def find_password():
password_entry.grid(row=3, column=1)

# Buttons
search_button = Button(text="Search", width=13, command=find_password)
search_button.grid(row=1, column=2)
generate_password_button = Button(text="Generate Password", command=generate_password)
generate_password_button.grid(row=3, column=2)
add_button = Button(text="Add", width=36, command=save)
Expand Down

0 comments on commit ad92f7e

Please sign in to comment.