Skip to content

A GUI-based password manager built with Tkinter and SQLite, allowing users to securely store and manage login credentials. Features include adding, editing, and exporting stored passwords.

Notifications You must be signed in to change notification settings

bakpede1/SecurePass

Repository files navigation

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

  1. Clone the Repository:

    git clone https://github.com/bakpede1/securepass.git
    cd securepass
  2. Run the Application:

    python test.py
  3. 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.

Demo

Secure Pass 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

About

A GUI-based password manager built with Tkinter and SQLite, allowing users to securely store and manage login credentials. Features include adding, editing, and exporting stored passwords.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages