PyBlaster is a Message Spammer app created in Python that allows you to send automated messages simultaneously. The app is designed to simplify the process of sending messages to people by automating the sending process.
To use the PyBlaster app, you'll need to install the tk, customtkinter, and pyautogui packages. Also, you need to clone this repository. Here's how you can do that:
-
Install the tk package:
- Arch:
sudo pacman -S tk
- Debian:
sudo apt-get install python-tk
- Fedora:
sudo dnf install tkinter
- Arch:
-
Install customtkinter and pyautogui packages:
$ cd pyblaster-[VERSION] $ pip install -r requirements.txt
-
Clone this repository:
$ git clone https://github.com/arisuvade/pyblaster.git
To use the PyBlaster app, follow these steps:
-
Open a terminal window and navigate to the directory where you cloned the repository.
-
Run the script:
$ cd pyblaster-[VERSION] $ ./main.py
-
Follow the prompts to pick a message type, customize the message contents, how many the message to send, and what is the time delay between messages. You can also change the theme to dark or light mode.
-
Press "Send" to send the message to the recipient.
This project is licensed under the MIT License.
This app was inspired by the need to send mass messages to people for various purposes. Thanks to the open-source community for providing the tools and resources needed to create this app.
If you find any bugs or issues, feel free to open an issue or submit a pull request to contribute to the project.