Application that allows you to scan double-sided documents using a single-sided printer scanner.
Double PDF is compiled using pyinstaller with the onefile and noconsole options.
-
Run the following code in the directory where you downloaded the source code in order to get a executable.
pyinstaller --onefile --noconsole --icon DoublePDF.ico main.py
-
Open the dist folder and rename the executable to DoublePDF