https://github.com/toxic-devil/password-manager
A simple password manager in python
https://github.com/toxic-devil/password-manager
Last synced: 11 days ago
JSON representation
A simple password manager in python
- Host: GitHub
- URL: https://github.com/toxic-devil/password-manager
- Owner: TOXIC-DEVIL
- License: mit
- Created: 2024-05-14T15:30:52.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-16T06:47:03.000Z (about 2 years ago)
- Last Synced: 2025-01-06T16:43:55.286Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Password Manager
A simple password manager in python.
## Usage
```
pip install -r requirements.txt
python main.py
```
## To-Do List
- [X] Write password
- [ ] Edit password
- [X] View password
- [X] View all password
- [ ] Delete password