- Created Using Pypdf & tkinter
- uv is used to make this project
-
Fork/Clone/Download this repo
git clone https://github.com/Debkumarkatwa/PDF-Project.git -
Install uv
pip install uv -
Create a virtual environment for this project
uv venv -
Load the virtual environment
- On Windows Terminal:
.venv\Scripts\activate - On Linux and Git Bash:
source .venv/bin/activate
- On Windows Terminal:
-
Run
pip install -r requirements.txt -
Run
PDF_TOOL.py