Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 850 Bytes

File metadata and controls

33 lines (20 loc) · 850 Bytes

python-password-generator

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.

✨ Features

-adjustable length -UPPERCASE, lowercase, numbers, and special characters options -copying with one click


📦 Requirements

  • 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 🚀