Skip to main content

A PDF reader desktop app

Project description

Book-Reading-GUI-app

📖 Read da Book

A lightweight PDF reader desktop app built with Python and CustomTkinter. Supports adding PDFs from your local machine or directly from a URL, with lazy rendering for smooth performance on large documents.

Python Platform PyPI


Features

  • 📂 Add PDFs from your local file system
  • 🌐 Add PDFs directly from a URL
  • 🔍 Zoom in and out while staying on the current page
  • ⬅️ ➡️ Navigate pages with previous/next buttons or by typing a page number
  • 💾 Automatically saves and restores your reading progress per book
  • ⚡ Lazy rendering — only renders pages near the visible area for smooth scrolling on large documents
  • 🗂️ Persistent library — your added PDFs are saved and restored on every startup

Installation

pip install pdfreading-app

Then launch it from anywhere with:

pdfreading-app

Requirements

  • Python 3.9+
  • Windows, macOS, or Linux

Dependencies are installed automatically:


Run from source

# Clone the repo
git clone https://github.com/yourusername/pdf-reader.git
cd pdf-reader

# Create and activate a virtual environment
python -m venv .venv
.venv\Scripts\activate        # Windows
source .venv/bin/activate     # macOS / Linux

# Install in editable mode
pip install -e .

# Run
python -m pdfreader.main

Project Structure

src/
└── pdfreader/
    ├── main.py              # entry point
    ├── assets/              # icons and images
    ├── openDialog/          # file and URL dialogs
    │   ├── AddFile.py
    │   └── Addurl.py
    └── utils/
        ├── Data.py          # shared app state
        ├── UI.py            # UI layout
        └── functionality.py # core logic

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pdfreading_app-0.1.2.tar.gz (57.9 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

pdfreading_app-0.1.2-py3-none-any.whl (110.1 kB view details)

Uploaded Python 3

File details

Details for the file pdfreading_app-0.1.2.tar.gz.

File metadata

  • Download URL: pdfreading_app-0.1.2.tar.gz
  • Upload date:
  • Size: 57.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for pdfreading_app-0.1.2.tar.gz
Algorithm Hash digest
SHA256 a8daa058604c067114be9e5bfa8dbdabff9404d644ba1e22af8d15d5af740f79
MD5 821d4e8cddb5b3e93c6366b1b754eb87
BLAKE2b-256 004378a9f0642c76fd5e97a9be3f780a2a58bf275c22acc06e4c312e6a9bd801

See more details on using hashes here.

File details

Details for the file pdfreading_app-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: pdfreading_app-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 110.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for pdfreading_app-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b3c0da57d2fe3b4bbaf272c884186b740c4dee6f453861e36a7ca02f6e6a72b9
MD5 45ece879b709b5de6a40ef6ebebc366e
BLAKE2b-256 d4e514351a38d800503fccb411c4959aebc8ccd0c56bd1874f545d3d728064fc

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page