Skip to content

Custom system tools, automation scripts, utilities etc.

Notifications You must be signed in to change notification settings

jakubd-m/python-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-tools

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).

Requirements

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

About

Custom system tools, automation scripts, utilities etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages