Skip to content

Spam script to spam things by controlling your keyboard

License

Notifications You must be signed in to change notification settings

Ast3risk-ops/spam_man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spam_man

cheap customizable spammer.

requires keyboard and guizero

Yeah, the main (gui) window will freeze while in use, that is fine don't close it.

The only way to stop the script is to close the terminal window. (Just a warning)

To run it, get Python, then clone the code for this repo or click "Download ZIP" under the "Code" button. Run the .py file after installing dependencies.

Installation

Main dependencies

Windows/Arch Linux/Manjaro/Endeavor OS/Garuda Linux

pip install guizero keyboard

MacOS/Non-Arch Linux

pip3 install guizero keyboard

Linux users will need to install tk AND run the script as root (ex. sudo python main.py).

tk (For Linux users)

Debian/Ubuntu

sudo apt install tk

Arch Linux

sudo pacman -S tk

Fedora

sudo dnf install tk