SkillAgentSearch skills...

Pdfviewer

PDFViewer is a GUI tool, written using python3 and tkinter, which lets you view PDF documents.

Install / Use

/learn @naiveHobo/Pdfviewer

README

PDFViewer

PDFViewer is a GUI tool, written using python3 and tkinter, which lets you view PDF documents.

<p float="left"> <img src="/images/pdfviewer_1.png" width="500" /> <img src="/images/pdfviewer_2.png" width="500" /> </p>

Installation

To install PDFViewer along with the dependencies:

sudo apt install python3-tk
sudo apt install tesseract-ocr

git clone https://github.com/naiveHobo/pdfviewer.git

cd pdfviewer/

sudo pip3 install .

Instructions

To start PDFViewer:

from tkinter import Tk
from pdfviewer import PDFViewer


root = Tk()
PDFViewer()
root.mainloop()

Dependencies

python3
tkinter
pdfplumber
PyPDF2
pytesseract
tesseract-ocr
Pillow
View on GitHub
GitHub Stars81
CategoryDevelopment
Updated19d ago
Forks29

Languages

Python

Security Score

100/100

Audited on Mar 12, 2026

No findings