Awesome-Python-Scripts/README.md

18 lines
817 B
Markdown
Raw Normal View History

2021-06-13 12:45:34 +00:00
##Test Your Internet Speed using Python
2020-09-26 06:43:51 +00:00
2021-06-13 12:45:34 +00:00
This is a simple but powerful and efficient python program.
You can test your internet bandwidth speed with this script i wrote using just a single command, you will also get a bunch of good options to choose from and the test will be performed with the help of speedtest-cli module in python.
2021-06-13 12:45:34 +00:00
- Test Download Speed
- Test Upload Speed
- Test Server Pings
- Results in Mbps(Mega bits per second)
2021-06-13 12:45:34 +00:00
####How to use
2021-06-13 12:45:34 +00:00
- Clone the repo or download the zip
- Navigate to the folder of the program in terminal/cmd.
- Install the dependencies using pip install -r requirements.txt
- Run the command python TestMySpeed.py
2021-06-13 12:45:34 +00:00
(Note: You will need to have python 3 installed and if you are on a unix based OS (macOS, or linux) you may need to run the command using python3 TestMySpeed.py)