https://github.com/kwaytv/password-generator
Easy and simple Python password generator.
https://github.com/kwaytv/password-generator
Last synced: 2 months ago
JSON representation
Easy and simple Python password generator.
- Host: GitHub
- URL: https://github.com/kwaytv/password-generator
- Owner: kWAYTV
- License: mit
- Created: 2023-10-18T13:57:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-18T13:58:48.000Z (over 1 year ago)
- Last Synced: 2025-01-28T00:32:58.843Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛡️ Strong Password Generator 🚀
A customizable and efficient password generator built with Python! 🐍## 🌟 Features
- 🛡️ Generate strong passwords.
- 🔢 Set minimum number of digits.
- ⚙️ Configure the number of special characters.
- 🎨 Set your preferred password length.## 🛠 Installation & Usage
1. 🚀 Run the script:
```
python main.py
```## 🔧 Configuration
You can customize the password generation parameters by instantiating the `PasswordGenerator` class with your preferred settings.Example:
```
generator = PasswordGenerator(pw_length=16, min_digits=4, min_special_chars=2)
```## 🤝 Contributing
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.## 📜 License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details.## 🌟 Credits
Built with ❤️ by [kWAY](https://github.com/kWAYTV).