https://github.com/gappeah/scrape-financial-data-from-sec-edgar-with-python
A password manager application designed to help you securely store and manage your website passwords.
https://github.com/gappeah/scrape-financial-data-from-sec-edgar-with-python
python sql sqlite3
Last synced: about 1 year ago
JSON representation
A password manager application designed to help you securely store and manage your website passwords.
- Host: GitHub
- URL: https://github.com/gappeah/scrape-financial-data-from-sec-edgar-with-python
- Owner: gappeah
- Created: 2023-12-09T15:58:00.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-21T15:02:36.000Z (over 1 year ago)
- Last Synced: 2025-01-07T19:44:33.494Z (about 1 year ago)
- Topics: python, sql, sqlite3
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Password Manager
A password manager application designed to help you securely store and manage your website passwords.

# Dependencies:
sqlite3: A library for interacting with SQLite databases.
hashlib: A library for hashing passwords using SHA-256.
tkinter: A standard Python library for creating graphical user interfaces (GUIs).
ttkbootstrap: A third-party library that provides a modern and customizable theme for tkinter GUIs.
## Features
* **Secure Password Storage:** Passwords are securely stored in a SQLite database using the SHA-256 hashing algorithm.
* **Manage Passwords:** Add, display, update, and delete stored passwords for various websites.
**User-Friendly Interface:** Employs a tkinter GUI for a visually appealing and interactive experience.
## Upcoming Features
Implement password strength checking to help users choose stronger passwords.
Add support for exporting and importing password data.
Integrate with a master password admin for enchanced security.
## Usage Guide:
Enter the website URL in the "Website:" field.
Enter the username in the "Username:" field.
Enter the desired password in the "Password:" field.
Click the "Add Password" button to save the password.
To view stored passwords, click the "Display Passwords" button.
To update an existing password, enter the website URL and the new password, then click the "Update Password" button.
To delete a password, enter the website URL and click the "Delete Password" button.
## Important Notes:
Never share your master password with anyone, as it is used to access your stored passwords.
Keep your master password confidential and securely stored.
Always use strong and unique passwords for each of your online accounts.