Skip to content

Invertify is a tool for inverting the colors of PDF files, perfect for creating dark mode versions of documents.

License

Notifications You must be signed in to change notification settings

unixami/Invertify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Invertify

Invertify is a simple yet powerful tool for inverting the colors of PDF files. This project converts each page of a PDF into an image, inverts the colors, and then saves the modified images back into a new PDF. It's perfect for creating dark mode versions of documents or for accessibility purposes.


Features:

  • Convert PDF pages to images
  • Invert colors of each page
  • Save the inverted pages back to a PDF
  • Simple GUI for selecting input and output files

Getting Started:

To get started with Invertify, clone the repository and install the required dependencies:

git clone [repository url]
cd invertify
pip install -r requirements.txt

Usage:

Run the script to open a GUI for selecting the input PDF and saving the output PDF:

python invert.py

or

python3 invert.py

Dependencies:

  • PyMuPDF
  • Pillow
  • FPDF
  • Tkinter

License

This project is licensed under the MIT License.

About

Invertify is a tool for inverting the colors of PDF files, perfect for creating dark mode versions of documents.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages