This project is a random password generator using Python and Pyqt library. This app allows users to: Choose between different options such as uppercase or lowercase letters, special characters and numbers Adjust password length via a slider Copy the generated password to the clipboard with one click.
-adjustable length -UPPERCASE, lowercase, numbers, and special characters options -copying with one click
- Python 3.7+
- PyQt6
Install dependencies using pip:
pip install PyQt6
π€ Contributing
Contributions are welcome! Here's how:
1. Fork the repository
2. Create a new branch (git checkout -b feature-name)
3. Commit your changes (git commit -m "Add something cool")
4. Push to your fork (git push origin feature-name)
5. Create a Pull Request π