Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

readme.md

🌐 Internet Speed Logger (Python)

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.


🚀 Features

  • 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).

🧰 Requirements

Install the dependencies using pip:

pip install speedtest-cli