19 lines
744 B
Markdown
19 lines
744 B
Markdown
# batchprint
|
|
|
|
A free and open source mass image printer for Windows. Powered by Pillow, and supports JPEG, PNG, WebP [and more](https://pillow.readthedocs.io/en/stable/handbook/image-file-formats.html#fully-supported-formats). Images are stretched and rotated automatically.
|
|
|
|
![preview](docs/assets/preview.png)
|
|
|
|
Download binaries here (soon).
|
|
|
|
## Compatibility
|
|
|
|
Has been tested with Windows 7 and 10, and should potentially work with Windows 2000 and up.
|
|
|
|
## Running from source
|
|
|
|
You can run batchprint directly from its pyw file, if you have these prerequisites installed: pywin32, pillow, qtpy, a Qt module compatible with qtpy (try pyqt5)
|
|
|
|
## Compiling (soon)
|
|
|
|
You can compile portable files as well as the installer by running `build.bat`. |