An open API service indexing awesome lists of open source software.

https://github.com/gill-singh-a/sender

A Program made in Python for spamming a message copied to clipboard
https://github.com/gill-singh-a/sender

keyboard python python-3

Last synced: over 1 year ago
JSON representation

A Program made in Python for spamming a message copied to clipboard

Awesome Lists containing this project

README

          

# Sender
A Program made in Python for spamming a message copied to clipboard

## Requirements
Language Used = Python3

Modules/Packages used:
* keyboard
* sys
* time

## Input
It takes 3 arguments from the command that is used to run the Python Program
1. Number of Times the message should be sent
2. Delay at the starting (in seconds)
3. Delay between sending each message

For example:
```bash
python sender.py number_of_time_the_message_should_be_sent delay_at_the_starting delay_between_sending_each_message
```