PDF Reader with Dark Mode: An open-source PDF reader offering intuitive navigation, zoom controls, and a customizable dark mode for comfortable viewing. Browse document contents easily with collapsible sections. Licensed under GNU LGPL v3.0. Join us in enhancing this project!
python version used: 3.12.3 To install and run the PDF Reader application, follow these steps:
git clone https://github.com/ounme/PDFviewerQT6.git
cd PDFviewerQT6
# [optional add venv] python -m venv venv
# [win] .\venv\Scripts\activate
# [linux\macos] source myvenv/bin/activate
pip install -r requirements.txt
python main.py
Once the application is running, follow these steps to use the PDF Reader:
-
Open a PDF File
- Click on "Open PDF" or use the file menu to select a PDF file to open.
-
Navigate Through the Document
- Use the navigation controls to move between pages.
- Toggle between light mode and dark mode for different reading experiences.
-
Access Table of Contents
- View the document's table of contents to jump to specific sections.
-
Customize Viewing
- Adjust zoom levels and other display settings using the application's controls.
-
Contribute
- If interested, contribute to the project by following the guidelines in
CONTRIBUTING.md
.
- If interested, contribute to the project by following the guidelines in
Enjoy exploring and reading PDFs with our PDF Reader application! 📄