Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 499 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 499 Bytes

PDF TOOL

  • Created Using Pypdf & tkinter
  • uv is used to make this project

Installation

  1. Fork/Clone/Download this repo

    git clone https://github.com/Debkumarkatwa/PDF-Project.git

  2. Install uv

    pip install uv

  3. Create a virtual environment for this project

    uv venv

  4. Load the virtual environment

    • On Windows Terminal: .venv\Scripts\activate
    • On Linux and Git Bash: source .venv/bin/activate
  5. Run pip install -r requirements.txt

  6. Run PDF_TOOL.py