| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This is a internet speed tester made in python
pip install requirements.txt
OR
pip3 install requirements.txt
python main.py
OR
python3 main.py
speedtest-cli
pip install speedtest-cli
OR
pip3 install speedtest-cli
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
That's all.
| Back | FazBrowse Home | New Git URL |