Secure Pass
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.
Features
- 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.
How to Use
Clone the Repository:
git clone https://github.com/bakpede1/securepass.git cd securepassRun the Application:
python test.pyUsage:
- 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.
Demo

Dependencies
- Tkinter: Included in most Python installations.
- PIL (Pillow): Install using
pip install pillow.
Contributing
I welcome contributions! If you'd like to contribute to Secure Pass, please do!
License
Secure Pass is licensed under the MIT License.
Author
bakpede1
Log in or sign up for Devpost to join the conversation.