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.