A lightweight, cross-platform desktop GUI application built in Python to quickly test the read and write speeds of any drive or folder.
No external dependencies required!
- Zero Install: Uses only Python standard libraries.
- Accurate Real-World Testing: Writes and reads a temporary 500MB file to get a realistic benchmark.
- Safe Cleanup: Automatically deletes the test file after completion.
Run the script:
Windows:
Bash
python speed_test.py
macOS / Linux:
Bash
python3 speed_test.py
Make sure you have Python 3.x installed on your system.
- Clone the repository:
git clone [https://github.com/YOUR_USERNAME/DiskSpeedor.git](https://github.com/YOUR_USERNAME/DiskSpeedor.git) cd DiskSpeedor