Secure Pass is a straightforward password management application built using Python and Tkinter. It allows users to securely store and manage their passwords locally on their devices. The application uses an SQLite database for data storage and provides basic functionalities for adding, editing, and exporting password entries.
- Local Storage: Passwords are stored securely on the user's device using SQLite.
- User-Friendly Interface: The Tkinter-based GUI provides a simple and intuitive user interface.
- Password Entry Management: Add, edit, and save password entries easily.
- Export to Text File: Data can be exported to a text file for additional backup.
-
Clone the Repository:
git clone https://github.com/bakpede1/securepass.git cd securepass -
Run the Application:
python test.py
-
Usage:
- Start the application and use the buttons to navigate and perform actions.
- Add new password entries, edit existing ones, and save or export your data.
- Tkinter: Included in most Python installations.
- PIL (Pillow): Install using
pip install pillow.
I welcome contributions! If you'd like to contribute to Secure Pass, please do!
Secure Pass is licensed under the MIT License.
bakpede1
