Skip to content

Latest commit

 

History

History
49 lines (30 loc) · 872 Bytes

README.md

File metadata and controls

49 lines (30 loc) · 872 Bytes

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