This is a simple programme that allows you to concatenate sheets from videos automatically into pages. It's designed to be used with the GuiTabs along with the provided server.py
.
- Install requirements with
pip install -r requirements.txt
. No worries, it obiviously works with latest versions of the libraries. - Install
poppler
, eg. for macOS:brew install poppler
.
python server.py [--port 12345]