Skip to content

woafID/MiniView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MiniView

A simple image gallery and file browser built with Python and PyQt6.

Features

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

Installation

  1. Install Python 3.
  2. Install dependencies:
    pip install PyQt6
  3. (Optional) Install mediainfo for metadata support:
    sudo apt install mediainfo

Usage

Run the script:

python main.py

Shortcuts

  • Ctrl + Scroll: Resize thumbnails.
  • Ctrl + C / X / V: Copy / Cut / Paste.
  • Delete: Delete selected files.
  • Double Click: Open file or enter folder.

License

MIT

About

A simple image gallery and file browser built with Python and PyQt6.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages