https://github.com/hxndev/internet-speed-calculator
This project calculates current internet upload and download speeds.
https://github.com/hxndev/internet-speed-calculator
code internet-speed internet-speed-checker internet-speed-test python speedtest
Last synced: 3 months ago
JSON representation
This project calculates current internet upload and download speeds.
- Host: GitHub
- URL: https://github.com/hxndev/internet-speed-calculator
- Owner: HxnDev
- License: mit
- Created: 2021-10-24T04:28:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-24T04:37:21.000Z (about 4 years ago)
- Last Synced: 2025-05-07T13:48:40.925Z (6 months ago)
- Topics: code, internet-speed, internet-speed-checker, internet-speed-test, python, speedtest
- Language: Python
- Homepage:
- Size: 33.2 KB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Internet-Speed-Calculator
## Project Description:
In this project, are creating an internet speed calculator.
## Requirements:
Following modules need to be installed for it to work properly:
- Tkinter
- SpeedTest-cli
### Tkinter:
Tkinter is the standard GUI library for Python. Python when combined with Tkinter provides a fast and easy way to create GUI applications. Tkinter provides a powerful object-oriented interface to the Tk GUI toolkit. We will be using this for not-so-good GUI that i designed :)
Usually tkinter comes with the standard python installation. Incase you donot have this package, It can be installed using "pip install tk"
### Speedtest-cli:
Speedtest is a Command line interface for testing internet bandwidth using speedtest.net
It can be installed using "pip install speedtest-cli"
## Contact Me: