Package Details: colorsearch 1.0.0-2

Git Clone URL: https://aur.archlinux.org/colorsearch.git (read-only, click to copy)
Package Base: colorsearch
Description: Search files by name and dominant color in images and videos
Upstream URL: https://github.com/Zamanhuseyinli/colorsearch
Licenses: GPL3
Submitter: Zamanhuseyinli
Maintainer: Zamanhuseyinli
Last Packager: Zamanhuseyinli
Votes: 1
Popularity: 0.98
First Submitted: 2025-06-20 19:19 (UTC)
Last Updated: 2025-06-20 20:50 (UTC)

Latest Comments

Zamanhuseyinli commented on 2025-06-20 20:46 (UTC) (edited on 2025-06-20 20:46 (UTC) by Zamanhuseyinli)

File Color & Name Search Tool Color search

A lightweight Python application to search files by filename and dominant color inside images and videos on your system.


Features
  • Search images and videos by dominant color similarity
  • Filter search by file type: images only, videos only, or both
  • Search files by partial filename (case-insensitive substring match)
  • Shows matched files with image thumbnails or video icons
  • Click to open matched files with the default system application
  • Cross-platform: works on Linux, Windows, macOS
  • Responsive UI with PyQt6 and multithreading
  • Simple, intuitive interface and progress bar

Requirements
  • Python 3.8 or newer
  • PyQt6
  • Pillow (PIL)

Install dependencies with:

pip install PyQt6 Pillow