This script generates random passwords based on the specified length and character set.
- Generates random passwords of variable length within a given range
- Supports customization of the character set used for generating passwords
- Multithreaded implementation for generating a large number of passwords efficiently
- Python 3.x
- Clone the repository or download the script
password_generator.py
to your local machine. - Open a terminal or command prompt and navigate to the directory where the script is located.
To generate passwords, you can use the generete_password
.
If you want to generate passwords using a single thread, follow these steps:
-
Open the script
password_generator.py
in a text editor. -
Adjust the settings in the "Настройки" section according to your requirements. You can modify the minimum and maximum length of passwords, the character set, and the output file name.
-
Save the changes.
-
Run the script by executing the following command:
python password_generator.py