requiredcrx / Password_manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Manager

Day 29 of 100daysofcode. This is a password manager application built using Python and the Tkinter library. It allows users to securely store and manage their passwords for various websites.

Features

  • Generate strong and secure passwords
  • Save website, username, email, and password information
  • Copy passwords to the clipboard with a single click

Screenshots

Screen Shot 2023-07-06 at 12 04 23

Getting Started

To use the password manager, follow these steps:

  1. Clone the repository:
  2. Install the required dependencies:
  3. Run the application

Dependencies

  • Python 3.x
  • Tkinter
  • pyperclip

Example

trimmed

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

License:MIT License


Languages

Language:Python 100.0%