pull/470/merge
Vaibhav Shukla 2 years ago committed by GitHub
commit 16dcdd8bae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,20 @@
# Password Manager
**Tier:** 1-Beginner
A simple password manager app that is used to store user passwords for different sites and store it in a separate file. (should not be used to store your actual passwords, its just a project.)
## User Stories
- [ ] User should see a imageat top and a text input field with a button - the **Logo** of app
- [ ] User should not be able to see any passwords saved in a file
- [ ] User save/delete passwords saved in a separate file
## Bonus features
- [ ] User can also be able to search a paticular website if the password for that is stored
- [ ] User can Theme of the app dark/light mode
## Example projects
- [Password manager with Tkinter](https://github.com/iamVaibhav100/password_manager)
Loading…
Cancel
Save