batchprint/README.md

19 lines
744 B
Markdown
Raw Normal View History

2022-03-29 03:13:18 +00:00
# batchprint
2022-03-29 03:34:43 +00:00
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`.