Merge d03cccb62b
into 08b771c863
commit
16dcdd8bae
@ -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…
Reference in new issue