A simple GUI tool to test your internet speed with a single click using python.
- SImple user friendly interface.
- Displays both download and upload speeds.
- Ability to start the test.
- Python 3.x
- PySimpleGUI
- speedtest-cli
- Clone the repository or download it:
git clone https://github.com/IQExotic/speedtest/- Navigate to the project directory:
cd speedtest- Install the required packages:
pip install -r requirements.txtRun the GUI script:
python main.pyClick on "Start" to initiate the speedtest. The results will be displayed on the GUI once the test is complete.
This project is not under any license. Everyone is free to use, modify, and distribute this project as they see fit.