This script generates a random password using Python's secrets module for enhanced security. It allows users to specify the length of the password and whether to include special characters.
- Generate a password with a specified length.
- Option to exclude special characters.
- Copies the generated password to the clipboard for easy use.
Make sure you have Python installed on your system. This script has been tested on Python 3.6 and above.
-
Clone this repository or download the script.
-
Navigate to the directory containing the script.
-
Install the required packages using pip:
pip install -r requirements.txt