The app works with a WIA compatible 96 well plate scanner on windows.
The specific brand of scanner tested here is Biobank.
The app only works on Windows PC.
-
First install the WIA driver for the scanner. (WIA scanner driver from the manufacturer)
-
Install requried python packages
pip install -r requirements.txt
-
Make the app with
python make.py
-
The
Scanner_{version}.exe
file will be in the/dist
folder.