A simple image gallery and file browser built with Python and PyQt6.
- Thumbnail grid view for images and folders.
- Supports common image formats (PNG, JPG, GIF, WebP, etc.).
- Basic file operations: Copy, Cut, Paste, and Delete.
- Adjustable thumbnail size and sorting.
- Multi-threaded thumbnail loading for better performance.
- Metadata view via
mediainfo(Linux only). - Saves settings to a local config file.
- Install Python 3.
- Install dependencies:
pip install PyQt6
- (Optional) Install
mediainfofor metadata support:sudo apt install mediainfo
Run the script:
python main.py- Ctrl + Scroll: Resize thumbnails.
- Ctrl + C / X / V: Copy / Cut / Paste.
- Delete: Delete selected files.
- Double Click: Open file or enter folder.
MIT