HxnDev / Internet-Speed-Calculator

This project calculates current internet upload and download speeds.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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:

Website Gmail GitHub LinkedIn Instagram

About

This project calculates current internet upload and download speeds.

License:MIT License


Languages

Language:Python 100.0%