Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 333 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 333 Bytes

image-slicer

Slicer for large images.

Installation from source

Install dependencies using:

pip install -r requirements.txt

Build

Install pyinstaller using:

pip install pyinstaller

Then, run:

pyinstaller -F -w --icon favicon.ico main.py

License

This repository uses the MIT License.