Skip to content

A Password Manager Created using Tkinter library, It can also generate password

License

Notifications You must be signed in to change notification settings

scienmanas/Password-Manager

Repository files navigation

Password Manager

A simple password manager application built using Python and the Tkinter library.

Features

  • Store website, email/username, and password credentials.
  • Generate secure passwords.
  • Search for stored credentials.
  • Copy passwords to clipboard.

Prerequisites

  • Python 3.x
  • Tkinter (usually included in Python standard library)

Getting Started

  1. Clone this repository to your local machine:
git clone https://github.com/scienmanas/Password-Manager
  1. Navigate to project directory
cd Password-Manager
  1. Run the application
python3 main.py

Usage

  1. Launch the application.
  2. Enter the website, email/username, and password information.
  3. Click the "Add" button to store the credentials.
  4. Use the "Generate Password" button to create secure passwords.
  5. Use the "Search" button to retrieve stored credentials.
  6. The password will be copied to your clipboard automatically when you search for a website.

Screenshots

image

Contributing

Contributions are welcome! If you find any issues or have ideas for improvements, feel free to submit a pull request.

License

This project is licensed under the MIT License.

Enjoy🙂

About

A Password Manager Created using Tkinter library, It can also generate password

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages