Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nealwaga/password-locker
This application is used to store users' online account credentials like their usernames, emails and passwords. Note that each session is stored in the RAM, so as as soon as the application is closed, all data stored is lost.
https://github.com/nealwaga/password-locker
flask python
Last synced: 7 days ago
JSON representation
This application is used to store users' online account credentials like their usernames, emails and passwords. Note that each session is stored in the RAM, so as as soon as the application is closed, all data stored is lost.
- Host: GitHub
- URL: https://github.com/nealwaga/password-locker
- Owner: nealwaga
- Created: 2022-04-22T21:27:52.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T12:20:00.000Z (over 2 years ago)
- Last Synced: 2024-11-11T17:16:10.873Z (2 months ago)
- Topics: flask, python
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PASSWORD LOCKER
***
**Description**
---
This application is used to store various users' account credentials online like their usernames, emails and passwords.
**Something to note is that each session is stored in the RAM. So as soon as the application is closed, all data stored is lost.**
***
**Specs**
---
1. It adds users.
2. It adds users' emails.
3. It adds users' passwords.
4. It displays stored credentials.
5. It deletes your account credentials.
***
**Set-Up**
---
1. First clone this repo:
https://github.com/nealwaga/Password-Locker.git
---
2. Navigate into the project folder:
`$ cd Password-Locker`
---
3. Install the projects' dependencies from the requirements.txt file:
`$ pip install -r requirements.txt`
---
4. You can now the program by typing the following code in your terminal:
`$python3 run.py`
***
**License**
---
This software is licensed under the MIT license. Copyright (c) 2022 Neal Waga