diff --git a/README.md b/README.md index 0efc2ae..aa51722 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # batchprint -Free and open source image printer \ No newline at end of file +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`. \ No newline at end of file diff --git a/docs/assets/preview.png b/docs/assets/preview.png new file mode 100644 index 0000000..225fbeb Binary files /dev/null and b/docs/assets/preview.png differ