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
- Host: GitHub
- URL: https://github.com/gill-singh-a/sender
- Owner: Gill-Singh-A
- Created: 2023-04-10T19:58:09.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-06-12T21:20:26.000Z (almost 3 years ago)
- Last Synced: 2025-01-04T15:41:52.782Z (over 1 year ago)
- Topics: keyboard, python, python-3
- 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
# 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
```