Skip to content

A well-documented email spammer developed in Python using Tkinter

License

Notifications You must be signed in to change notification settings

Tosox/GMail-Bomber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GMail-Bomber

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:

> python ./gmail_bomber.py

Alternatively, simply execute '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
# Example
> pyinstaller --icon=res/icon.ico --onefile --noconsole ./gmail_bomber.py

Alternatively, simply execute 'build.bat'

Media