Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shubhamdeepkeshav/pass-master
The 🔑 Password Generator is a powerful yet easy-to-use tool built with Python 🐍 and Tkinter 🖥️. With just a click, you can generate 🔒 secure, customizable passwords that combine letters, numbers, and symbols. Whether you need one or many, this tool ensures top-tier security 🔐 while keeping things simple and efficient. 🎉🚀
https://github.com/shubhamdeepkeshav/pass-master
password password-generator python python-password-generator python3 random tkinter tkinter-gui tkinter-python
Last synced: 3 days ago
JSON representation
The 🔑 Password Generator is a powerful yet easy-to-use tool built with Python 🐍 and Tkinter 🖥️. With just a click, you can generate 🔒 secure, customizable passwords that combine letters, numbers, and symbols. Whether you need one or many, this tool ensures top-tier security 🔐 while keeping things simple and efficient. 🎉🚀
- Host: GitHub
- URL: https://github.com/shubhamdeepkeshav/pass-master
- Owner: shubhamdeepkeshav
- Created: 2024-10-24T12:56:08.000Z (21 days ago)
- Default Branch: main
- Last Pushed: 2024-10-24T14:15:46.000Z (21 days ago)
- Last Synced: 2024-10-25T17:36:34.877Z (20 days ago)
- Topics: password, password-generator, python, python-password-generator, python3, random, tkinter, tkinter-gui, tkinter-python
- Language: Python
- Homepage:
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🔑 Password Generator with Python & Tkinter
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
## 1. Clone this Repository
Click the button to clone this project to your local machine:git clone https://github.com/your-username/password-generator.git
## 2. Install Dependencies
Ensure you have Tkinter installed:pip install tk(tkenter)
## 3. Run the Program
Once cloned, run the script using Python:python password_generator.py
# 💡 Usage
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! 🎉# 🛠️ Tech Stack
Python 🐍: Core programming language for the logic.
Tkinter 🖼️: For the graphical user interface (GUI).
# 📸 Screenshot
![Screenshot 2024-10-01 143119](https://github.com/user-attachments/assets/bb8a6181-8f78-4673-a912-c71ebe14fcee)
![Screenshot 2024-10-01 143158](https://github.com/user-attachments/assets/adfa10b0-a6d8-4da6-9b60-d0e478d26350)# 🤝 Contributing
Welcome contributions! Feel free to fork the repository and submit a pull request. Check out our Contributing Guidelines for more information.# 📜 License
This project is licensed under the MIT License. For more details, see the LICENSE file.