Welcome to the Password Generator! π This tool allows you to quickly generate secure, customizable passwords with just a few clicks. It's built using Python and Tkinter, making it simple yet effective for everyday use.
π Features
π Secure Passwords: Combines letters, numbers, and symbols.
π’ Customizable: Choose the number of passwords and their lengths.
π Scrollable Output: Easily view and copy generated passwords.
π₯οΈ Simple GUI: User-friendly interface made with Tkinter.
π Getting Started
Click the button to clone this project to your local machine:
git clone https://github.com/your-username/password-generator.git
Ensure you have Tkinter installed:
pip install tk(tkenter)
Once cloned, run the script using Python:
python password_generator.py
Set the number of passwords you want to generate. Set the desired length for each password. Click Generate Passwords. Your passwords will appear in the text box below! π
Python π: Core programming language for the logic. Tkinter πΌοΈ: For the graphical user interface (GUI).
Welcome contributions! Feel free to fork the repository and submit a pull request. Check out our Contributing Guidelines for more information.
This project is licensed under the MIT License. For more details, see the LICENSE file.