Python GUI Apps made using Tkinter
embwalk.py Select files in a directory to be embedded in a PDF document
pdfrect.py Visualize a Rectangle on a PDF document
mediagui.py Media CLI Frontend (requires FFMPEG and/or ImageMagick)
gifmaker.py Create GIF from video (requires FFMPEG)
videotrim.py Removes chunks from video (requires FFMPEG)
imgtovideo.py Zoom on Image in Video (requires FFMPEG)
videocrop.py Crops a Video (requires FFMPEG)
videoscene.py Detect and List Scenes in a Video (requires FFMPEG)
schtasks-gui.py Schtasks View - Delete - Create
codeanim.py Python Code Animator with Syntax Highlighting
textweb.py Get Text Only version of a Website (requires bs4)
Clone the repo then run: python <script.py>
On your machine: Clone the repo then use Pyinstaller to build
GitHub Actions: Fork this repo then run ready-to-use actions to build (Recommended)
Tkinter is part of Python standard library