Skip to content

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.

License

Notifications You must be signed in to change notification settings

harsh4753/Password-Generator-using-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Password-Generator-using-Python

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)

image image

License This project is licensed under the MIT License

Contributors Harsh Nilesh Pande - Main Developer

About

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages