I wanted to study large Python AI repos offline. Printing code helps focus but loses all context — no way to follow function calls without jumping back to the screen.
So I built pBinder. It converts Python repos into a Word document with a clickable TOC, symbol index, and call-site cross-references — every function call links to where that symbol is defined, including source line.
Portable Windows EXE. No Python, LaTeX, or Docker required. Batch export included.
Honest limitations: Windows only, PDF requires Microsoft Word, cross-references are .py files only.
pbinder.app — free trial available.