https://github.com/tosox/gmail-bomber
A well-documented email spammer developed in Python using Tkinter
https://github.com/tosox/gmail-bomber
gmail gui python script smtp spam tkinter tosox windows
Last synced: about 1 month ago
JSON representation
A well-documented email spammer developed in Python using Tkinter
- Host: GitHub
- URL: https://github.com/tosox/gmail-bomber
- Owner: Tosox
- License: mit
- Created: 2022-10-27T18:46:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-29T09:36:59.000Z (over 2 years ago)
- Last Synced: 2025-02-24T23:43:14.307Z (over 1 year ago)
- Topics: gmail, gui, python, script, smtp, spam, tkinter, tosox, windows
- Language: Python
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GMail-Bomber
[](https://en.wikipedia.org/wiki/Python_(programming_language))
[](https://en.wikipedia.org/wiki/Simple_Mail_Transfer_Protocol)
[](https://github.com/Tosox/GMail-Bomber)
[](https://github.com/Tosox/GMail-Bomber)
[](https://github.com/Tosox/GMail-Bomber/releases)
**A basic email spammer developed in Python**
## Important
> Make sure to create an App Password for the sender's Google account.
> Check this article for more information: https://support.google.com/accounts/answer/185833
## Usage
### Run as python script:
```bash
> python ./gmail_bomber.py
```
_Alternatively, simply execute ['start.bat'](start.bat)_
### Run as executable:
> Note: pyinstaller is required. Install it with 'pip install pyinstaller'
- Open a console window in the main directory and run
```bash
# Example
> pyinstaller --icon=res/icon.ico --onefile --noconsole ./gmail_bomber.py
```
_Alternatively, simply execute ['build.bat'](build.bat)_
## Media