niladri-1 / Password-Generater

A password generator is a tool that creates random, secure passwords to protect your accounts from unauthorized access.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Password Generator

App Screenshot

Description

My Password Generator is a Python application with a Tkinter GUI. It generates strong, random passwords using Python's string, secrets, and PIL libraries, while also utilizing pyperclip for easy copying.

Features

  • Secure Passwords: Generate strong, randomized passwords.
  • User-Friendly Interface: Easy-to-use Tkinter-based GUI.
  • Clipboard Integration: Copy passwords to the clipboard with pyperclip.
  • Customization: Tailor password parameters to your needs.
  • Visual Appeal: Enhance the interface with PIL's ImageTk and Image libraries.

Technologies Used

  • Python
  • Tkinter (GUI)
  • String and Secrets (Password generation)
  • pyperclip (Clipboard copying)
  • PIL (Image handling)

Getting Started

To use my Password Generator, run the Python script to launch the application.

Demo

Link to Live Demo (if available)

Contributions

Contributions are welcome! If you'd like to contribute.

License

This project is licensed under the MIT License.

Author

  • Niladri Chatterjee

About

A password generator is a tool that creates random, secure passwords to protect your accounts from unauthorized access.

License:MIT License


Languages

Language:Python 100.0%