This Python application allows users to generate secure and customizable passwords of varying strengths. The password strength is categorized based on the selected length, providing a visual indication of password security. It's a simple and user-friendly tool built with a graphical interface using Tkinter.
Features Choose the length of the password (from 8 to 24 characters). Generates passwords with various levels of strength: Length 8-10: Weak Length 11-12: Decent Length 13-14: Good Length 15-16: Strong Length 17-18: Very Strong Length 19-24: Excellent Password strength displayed with color-coded labels. Copies the generated password to the clipboard for easy use.
How to Use Select the desired password length using the slider. Click the "Generate Now" button to create a password. The generated password and its strength will be displayed. The password is automatically copied to your clipboard.
Getting Started Clone this repository to your local machine. Run main.py to launch the Password Generator application.
Dependencies Python 3.x Tkinter (usually comes with Python installation)
License This project is licensed under the MIT License
Contributors Harsh Nilesh Pande - Main Developer