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"