A simple Python CLI tool to test your internet download speed, upload speed, and ping using the Speedtest API.
You can also log results in CSV or JSON format for long-term tracking.
- Test internet download, upload, and ping speeds.
- Display results in a clean CLI format.
- Optionally save results to CSV or JSON.
- Easy to automate with cron (Linux) or Task Scheduler (Windows).
Install the dependencies using pip:
pip install speedtest-cli