/SecurePass

SecurePass is a robust and user-friendly password manager developed in Python, designed to help users securely store and manage their sensitive login credentials. The application provides a seamless and intuitive interface for creating, editing, and organizing password entries.

Primary LanguagePython

SecurePass - Python Password Manager

This is a simple password manager application built using PyQt6 and Python. It allows users to store and manage their passwords securely.

Features

  • Add new passwords for different websites or applications
  • Edit existing passwords
  • Delete passwords
  • Switch between dark and light themes

Installation

  1. Clone the repository:
   git clone https://github.com/your-username/password-manager.git
  1. Install the required dependencies:
    pip install -r requriements.txt

Run the application:

python password_manager.py