A graphical traceroute application built with Python and Tkinter that helps visualize network paths.
- User-friendly GUI: Easy-to-use interface for network diagnostics
- Real-time Results: See traceroute results as they happen
- Cross-platform: Works on Windows, macOS, and Linux
- Two Implementations:
- System command-based traceroute
- Pure Python implementation using Scapy
- Python 3.6+
- Tkinter (usually included with Python)
- Scapy (for the advanced version)
- Clone or download this project
- Install dependencies:
python install_requirements.py