A simple and lightweight Python3 and tkinter GUI program for scanning double sided documents using Windows Fax and Scan.
When scanning big documents using a flatbed printer windows doesn't offer the option for duplex scanning, meaning that you have to use proprietary printer software OR rename the filenames yourself.
Use the Python package manager pip to install the required libraries.
pip install -r requirements.txt
After you scan both sides of the document, give the program the scanned images directory and the number of pages, the program will automatically reorder the images. You have the option to create PDF file or move the images to a new folder.
A simple way to use this program is to have the executable file (.pyw) in the scanned documents directory and just double clicking it to run, the current directory will be automatically used.
- Python 3.7.3 +