Git Product home page Git Product logo

password-manager-python's Introduction

Password Manager

This is a simple Password Manager application built using Python and Tkinter. It allows users to generate strong passwords, save them securely, and retrieve them when needed. The passwords are stored in a JSON file.

Features

  • Generate Password: Generate a strong password with a mix of letters, numbers, and symbols.
  • Save Password: Save the website, email/username, and password to a JSON file.
  • Find Password: Retrieve the saved password for a specific website.

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/password-manager.git
    cd password-manager
  2. Install the required packages:
    pip install -r requirements.txt

Usage

  1. Run the application:
    python main.py
  2. The application window will open. You can use the following functionalities:
    • Generate Password: Click the "Generate Password" button to create a strong password. The generated password will be copied to your clipboard.
    • Save Password: Enter the website, email/username, and password. Click the "Add" button to save the details to data.json.
    • Find Password: Enter the website name and click the "Search" button to retrieve the email/username and password for that website.

Project Structure

  • main.py: The main application script.
  • data.json: The JSON file where the passwords are saved.
  • logo.png: The logo displayed in the application.

Dependencies

  • tkinter: For the GUI.
  • pyperclip: To copy the generated password to the clipboard.
  • json: To handle JSON operations.

Contributing

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Make your changes.
  4. Commit your changes (git commit -m 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

License

None.

Acknowledgments

Feel free to open an issue if you have any questions or suggestions. Enjoy managing your passwords securely!

password-manager-python's People

Contributors

mo-abdulai avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.