9/28/2023
A pdf automation script that allows you to merge pdfs.
The program uses the fitz (PyMuPDF), tkinter, ttk, re, and os module of python:
- fitz is used to merge the pdfs
- tkinter and ttk is used for ui
- re is used for displaying of files
- os is used for locating the computer's download folder
The merged file is automatically outputted to the download folder of the computer.
If you have any questions or suggestions, please feel free to email leowei.tx2@gmail.com!