I am running a test that involves installing and unmounting a USB device.
The test runs on both Linux and Windows. Linux is obviously not a problem, but is there a way, preferably with Python, to do this on Windows? Or even better, is there a library that is cross-compatible and this will do it for every OS?
python linux windows mount
homegrown
source share