This project is a simple Python application that utilizes the speedtest-cli
library to check the internet speed of your connection. It provides download and upload speeds in Megabits per second (Mbps) and ping in milliseconds (ms).
- Python 3.x
- Pip (Python package installer)
Navigate to the project directory and run the following command to install the required libraries:
pip install speedtest-cli