This is a internet speed tester made in python
- Clone this repo
- Run the following commands -
pip install requirements.txt
OR
pip3 install requirements.txt
- Then
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.