A simple and lightweight Internet Speed Test application written in Python. This tool allows you to test your internet speed via Command Line Interface (CLI) or a user-friendly Graphical User Interface (GUI).
- ✅ Download & Upload speed test
- ✅ Ping (latency) measurement
- ✅ Best server selection
- ✅ ISP and IP address detection
- ✅ CLI & GUI modes
- ✅ Shareable result link
InternetSpeedTestApp/ ├── speed_test_cli.py # CLI-based speed test script ├── speed_test_gui.py # GUI-based speed test using Tkinter ├── requirements.txt # Required Python libraries └── README.md # This documentation file
yaml Copy Edit
Install Python packages using pip:
pip install -r requirements.txt python speed_test_cli.py It will output:
Download Speed
Upload Speed
Ping
IP Address
ISP
Speedtest result URL
python speed_test_gui.py
📃 License
This project is licensed under the MIT License. You are free to use, modify, and distribute it.
