Simple PDF viewer made with PyQt6. Scoured the Internet and for days and finally found a way to do it so I'm posting it here! Check out my other repository if you want to use Pyside6 instead.
First, make sure you're running Python 3.10+
Download the latest releast and unzip the folder to somewhere on your computer. Then, open the folder containing my repository files, create a command prompt, and create a virtual environment:
python -m venv .
Activate the virtual environment:
.\Scripts\activate
Upgrade pip
python -m pip install --upgrade pip
Install Dependencies
pip install -r requirements.txt
python pyqt6_pdf_viewer.py