FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

python-beginner-projects/projects/Internet-speed-test at main · Alpha-github/python-beginner-projects · GitHub

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Internet Speed Tester

This is a internet speed tester made in python

Getting Started

  • Clone this repo
  • Run the following commands -
pip install requirements.txt

OR

pip3 install requirements.txt
  • Then
python main.py

OR

python3 main.py

Libraries

speedtest-cli

pip install speedtest-cli

OR

pip3 install speedtest-cli

Troubleshooting

if you have an error of "AttributeError: module 'speedtest' has no attribute 'Speedtest'" when running following https://stackoverflow.com/questions/66249874/python-speedtest-has-no-attribute-speedtest

try:

First

pip uninstall speedtest

Followed by

pip install speedtest-cli

and then run again

Author

That's all.


Back | FazBrowse Home | New Git URL