file dialog opens select folder
all PDFs get combined in file
... profit???
Python frontend with a backend writen in Golang
Yes I know it is overengineered, but It was for work and I knew how to write the backend in go and I knew TK in python, so that what I wrote
go mod tidy
go build -o back
python front.pyw
make