A personal-use media launcher built with Python and Tkinter.
Search, browse, and launch your local video content in a lightweight interface powered by a SQLite database.
- Search for specific titles across local folders
- Browse media categories and subfolders
- Pick a random subfolder for discovery
- All categories saved persistently in
media.db - Add, rename, and remove categories from the GUI
- Simple and fast — no bloat, no dependencies beyond Python stdlib
- Python 3.8+
- Tkinter (comes with most Python installations)
- Download the latest version in the Releases section.
This project is licensed under the terms of the GNU General Public License v3.0.
You are free to use, modify, and redistribute this software, but any modified versions or derivative works must also be licensed under the GPL v3.
Please see the LICENSE file for full license details.