Drjaickal / password_generator-codeway

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Password Generator with GUI in Python This Python script generates a random password with a mix of uppercase and lowercase letters, symbols, and digits. It utilizes the Tkinter library to create a user-friendly graphical interface (GUI) for easy password generation.

Features Generates random passwords with a minimum length of 15 characters (customizable) Includes uppercase and lowercase letters, symbols, and digits in the password Provides a user interface with a button to generate a new password and a label to display the generated password Prerequisites Python 3 (Download from https://www.python.org/downloads/) Tkinter library (usually included with Python installation) Usage Clone or download this repository. Open a terminal or command prompt and navigate to the directory containing the script (password_generator.py). Run the script using python password_generator.py. Click the "Generate Password" button to create a new random password. Customization You can modify the password length by changing the value in the for loop within the generate_password function. Contributing We welcome contributions to improve this script! Here are some potential areas:

Add options to specify password length Implement functionality to copy the generated password to the clipboard Include additional character sets (e.g., special characters)

WhatsApp Image 2024-04-15 at 1 47 26 PM

WhatsApp Image 2024-04-15 at 1 47 13 PM

About


Languages

Language:Python 100.0%