A free and open source mass image printer for Windows
Go to file
Fierelier 6bcbb06c9f Offer button, instead of opening settings every time 2023-08-23 13:56:31 +02:00
docs/assets Update README 2022-03-29 05:34:43 +02:00
.gitignore Add .gitignore 2022-03-29 07:58:26 +02:00
LICENSE Update LICENSE 2022-03-29 05:17:57 +02:00
README.md Add build downloads 2022-04-05 03:36:45 +02:00
batchprint.pyw Offer button, instead of opening settings every time 2023-08-23 13:56:31 +02:00
build.bat Add build.bat 2022-03-29 07:58:37 +02:00

README.md

batchprint

A free and open source mass image printer for Windows. Powered by Pillow, and supports JPEG, PNG, WebP and more. Images are stretched and rotated automatically.

preview

Download build: x86 (most compatible)/amd64

Prerequisites

Compatibility

Has been tested with Windows 7 and 10, and should potentially work with Windows 2000 and up. Both 32-bit and 64-bit systems are supported.

Running from source

You can run batchprint directly from its pyw file, if you have these prerequisites installed via pip:

  • pywin32
  • pillow
  • QtPy
  • a Qt module compatible with qtpy (try PyQt5)

Compiling

You can compile portable files as well as the installer (soon) by running build.bat. It requires curl in your %path% or in the script's directory. It will pull all required resources and build exe files without making changes to your system. If you are using a 64-bit OS, it will build both 32 and 64-bit versions. You can find the distributables in build/ARCH/dist.