Hammer GUI is a Python-based graphical interface built using Tkinter to demonstrate basic concepts of network traffic generation, multithreading, and GUI programming.
- Simple Tkinter GUI
- Multithreaded request handling
- User input validation (host, port, threads)
- Start / Stop control
- Live log output
- Thread-safe queue usage
- Python 3
- Tkinter (GUI)
- Threading
- Sockets
- urllib
- Queue
python3 hammer_gui.py