Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dark-lon3r/password-generator
https://github.com/dark-lon3r/password-generator
password-generator python-generator python-password-generator python-sc python3 script
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dark-lon3r/password-generator
- Owner: Dark-Lon3r
- Created: 2023-06-18T21:15:11.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-18T21:17:20.000Z (over 1 year ago)
- Last Synced: 2023-08-08T12:37:08.157Z (over 1 year ago)
- Topics: password-generator, python-generator, python-password-generator, python-sc, python3, script
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# password-generator
This script generates random passwords based on the specified length and character set.
## Features
- 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## Prerequisites
- Python 3.x
## Usage
1. Clone the repository or download the script `password_generator.py` to your local machine.
2. Open a terminal or command prompt and navigate to the directory where the script is located.### Generating Passwords
To generate passwords, you can use the `generete_password`.
#### Single Thread
If you want to generate passwords using a single thread, follow these steps:
1. Open the script `password_generator.py` in a text editor.
2. 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.
3. Save the changes.
4. Run the script by executing the following command:```bash
python password_generator.py