Skip to content

pj8912/internet-speed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

internet-speed

test internet speed with python

To check upload and download speeds using Python, you can use the speedtest-cli library. This library allows you to test your internet connection speed by connecting to a server and measuring the time it takes to upload and download data.

Create Virtual Environment

username:~/internet-speed-$ python -m vevn myenv

Activate and Deactivate

  • Activate
username:~/internet-speed-$ source myenv/bin/activate
  • Deactivate
(myenv)username:~/internet-speed-$ deactivate 

Installation

$ pip install -r requirements.txt

Run

$ python app.py

Releases

No releases published

Packages

No packages published

Languages