This project is a password generator that generates combinations of characters and sends them as messages. It utilizes the keyboard
library to simulate keyboard input and the time
library for delays.
- Generates passwords of varying lengths using a combination of letters, digits, and punctuation.
- Sends the generated passwords as messages by simulating keyboard input.
- Provides statistics on the number of combinations for each password length.
To use this project, follow these steps:
- Clone the repository to your local machine.
- Install the required dependencies by running
pip install -r requirements.txt
. - Run the script
generate_passwords.py
to start generating and sending passwords.
The project requires the following dependencies:
- Python (version 3.6 or higher)
- keyboard (version 0.13.5 or higher)
This project is licensed under the MIT License.