This Python script is used to test the internet speed using the Speedtest.net service. It measures the download and upload speed of your internet connection.
- Python 3.x
- speedtest library
- Clone the repository or download the script directly.
- Install the required dependencies using pip:
pip install speedtest-cli