A collection of simple GUI utilities written in Python to help with daily tasks like video compression, image processing, and PDF text extraction.
| File | Description |
|---|---|
jpg_tool.py |
Batch convert images to JPG, resize, change quality, or merge vertically. |
mp4_tool.py |
Batch compress videos to a specific size (MB), trim duration, or remove audio. |
pdf_tool.py |
Extract clean text from a PDF file (removes hyphens and line breaks). |
For Windows or virtual environment:
pip install Pillow pymupdf
Download and add to system PATH: https://ffmpeg.org/download.html
For Arch Linux:
sudo pacman -S python-pillow python-pymupdf tk ffmpeg