A tool for viewing and editing collections of pdfs
 
 
 
Go to file
knotteye d068cf8c2c Fix ./configure again and add instructions 2021-03-01 14:05:42 -06:00
.gitignore Initial Commit 2021-03-01 12:57:27 -06:00
Makefile Initial Commit 2021-03-01 12:57:27 -06:00
README.md Fix ./configure again and add instructions 2021-03-01 14:05:42 -06:00
app.py Initial Commit 2021-03-01 12:57:27 -06:00
configure Fix ./configure again and add instructions 2021-03-01 14:05:42 -06:00
makeviewer.sh Initial Commit 2021-03-01 12:57:27 -06:00

README.md

Tabletop Library

Tabletop Library is a tool for viewing and editing collections of pdf files. I use it to organize PDFs for tabletop games.

I mostly built this to learn PyQt5 and surrounding build systems but it turned out actually useful.

Instructions

It's important that you don't use quotes when you call ./configure . ./configure --prefix /usr/local --libdir /lib64 && make && sudo make install