A simple CMD tool to test your internet speed.
- Test download and upload speeds.
- User-friendly interface with colored outputs.
- Output error information in red color when there are problems with connection to the server.
- Display information about the testing server including ping, server name.
This tool uses the speedtest
library to measure internet speeds. However, if you're using the compiled version, you don't need to install any dependencies. Everything is bundled within the executable.
For developers or those running the script version, you'll need to install the speedtest
library:
pip install speedtest-cli
- Download the latest release from the Releases section.
- Run the downloaded file.
- The
.exe
file is compiled for Windows. If you need a version for another OS, please raise an issue. - The test results are stored in the same directory as the executable file.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.