Skip to content

SQA2009/acrobatprokiller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Acrobat Pro Killer

Acknowledgements

This code was lovingly crafted with the help of ChatGPT. Yes, an AI helped make this. So if something doesn’t work, feel free to blame the robots. But if it does work? Yeah, that was totally on purpose.

Acrobat Pro Killer is the ultimate PDF viewer and editor you never knew you needed—because who doesn't want to destroy Adobe Acrobat Pro with a Python script? Built with PyMuPDF for handling PDFs and PyQt5 for a questionably modern GUI, this tool is designed to be a sleek (or at least functional) alternative to the bloated giants of the PDF world.


Features

  • Fast(ish) PDF Rendering: It opens PDFs... eventually.
  • User-Friendly Interface: If you’ve used a computer before, you might figure it out.
  • Zoom and Navigation Controls: Because what’s a PDF viewer without basic functionality?
  • Lightweight & Efficient: Well, lightweight doesn’t always mean fast, and efficient is open to interpretation.

Installation

1. Clone the Repository (for the full experience) or the lastest release

Because downloading from GitHub is half the battle:

git clone https://github.com/SQA2009/acrobatprokiller.git
cd acrobatprokiller
git clone https://github.com/SQA2009/acrobatprokiller/releases

2. Install Required Packages

You’ll need a couple of Python packages to get this masterpiece running:

pip install PyMuPDF PyQt5

Usage

1. Run the Application

Let the magic unfold by running:

python acrobatprokiller.py

2. Open a PDF File

  • A file dialog will probably appear. Select your PDF and hope for the best.

3. Navigation & Features

  • Zoom In/Out: There's a slider. Use it. It's not rocket science.
  • Scroll: Your mouse wheel is your best friend.
  • Page Jump (WIP): You thought you could jump to pages? Not yet, but hey, dreams are free.

Tutorial

Step-by-Step Guide:

  1. Open Terminal (or Command Prompt):
    Navigate to your shiny new project folder:

    cd path/to/acrobatprokiller
  2. Launch the Script:
    Because double-clicking is overrated:

    python acrobatprokiller.py
  3. Open a PDF File:

    • Click File > Open.
    • Choose your PDF with fingers crossed.
  4. Navigate the PDF:

    • Scroll to your heart’s content.
    • Adjust the zoom using the slider, pretending it's super high-tech.
    • Page Jump? Yeah… still working on that.

Screenshots

No screenshots. This is an adventure, not a slideshow.


Contributing

Feel like making this mess better? Go ahead, fork it. Submit a pull request. Or don’t. I’m not your boss. But if you do, I might even look at it… eventually. Maybe.


License

No license file yet. Use it, don’t use it—I'm not here to police your life choices.