Skip to content

Streamlined Python GUI app for secure password management.

Notifications You must be signed in to change notification settings

Manjunathhs-0003/Password-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password Manager App

Overview:

The Password Manager App is a secure tool for storing and managing website login credentials. Users can save their website URLs, corresponding usernames or emails, and passwords in their local machine for easy retrieval.

Features:

  • Secure Password Storage: Website URLs, usernames, and passwords are securely stored in an encrypted format.
  • Save and Retrieve Credentials: Users can save their website login credentials and retrieve them when needed.
  • Password Generation: Built-in password generator to create strong and unique passwords for each website.
  • Search Functionality: Search feature to quickly find saved credentials by website URL.
  • Simple User Interface: Intuitive interface for easy navigation and usage.

Installation:

  1. Clone the Repository: Clone the Password Manager App repository to your local machine:

    git clone https://github.com/Manjunathhs-0003/password-manager.git

  2. Navigate to the Project Directory: Use the terminal or command prompt to navigate to the project directory:

    cd password-manager

  3. Install Required Packages: Ensure you have Python installed on your machine. Additionally, you may need to install the tkinter library if it's not already available: pip install tk
  4. Run the Application: Execute the main.py file to start the Password Manager App: python main.py

Usage:

  1. Start the Application: Upon running the app, users are presented with a simple interface to add, search, and retrieve website login credentials.
  2. Add Credentials: Enter the website URL, username or email, and password. Click the "Add" button to save the credentials securely.
  3. Retrieve Credentials: Use the search feature to find saved credentials by website URL. Click the "🔍" button to search.
  4. Password Generation: Click the "Generate Password" button to create a strong and unique password for a new website.

About

Streamlined Python GUI app for secure password management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages