Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 994 Bytes

File metadata and controls

28 lines (17 loc) · 994 Bytes

Password Generator and De-Crypter

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.

Features

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

Getting Started

To use this project, follow these steps:

  1. Clone the repository to your local machine.
  2. Install the required dependencies by running pip install -r requirements.txt.
  3. Run the script generate_passwords.py to start generating and sending passwords.

Requirements

The project requires the following dependencies:

  • Python (version 3.6 or higher)
  • keyboard (version 0.13.5 or higher)

License

This project is licensed under the MIT License.