Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 621 Bytes

README.md

File metadata and controls

41 lines (23 loc) · 621 Bytes

Python Speed Test

A Python code written to test your internet speed. More of a proof of concept as wifi speeds change so frequently that this will not be the most reliable internet speed tester.

Download and Run Speed Test

Clone the project

  git clone https://github.com/Aidan-A-2008/Python-Speed-Tester.git

Go to the project directory

  cd ./speed-test

Install dependencies

  pip install speedtest-cli
  pip install rich

Start the speed test

  py speed-test.py

Tech Stack

Client: Latest version of Python Server: Latest version of Python