/USBSpeedTest

Primary LanguagePythonMIT LicenseMIT

USBSpeedTest

A simple Python script to test the speed of a USB Drive.

It first creates a large file on the local drive, and then uses shutil copy function to copy the file over to the given USB Drive.

Usage on Windows

python usbtest.py E

Where 'E' is the Drive letter (attributed by Windows) of the USB stick you want to test.