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://codeberg.org/Zamanhuseyinli/colorsearch
Licenses: GPL3
Submitter: Zamanhuseyinli
Maintainer: Zamanhuseyinli
Last Packager: Zamanhuseyinli
Votes: 1
Popularity: 0.000351
First Submitted: 2025-06-20 19:19 (UTC)
Last Updated: 2026-06-08 20:48 (UTC)

Latest Comments

Zamanhuseyinli commented on 2025-12-22 18:00 (UTC) (edited on 2025-12-22 19:28 (UTC) by Zamanhuseyinli)

Excuse me, I thought pyqt6 was installed together with qt6 dependencies because this application is mostly pyqt6 based.I add dependencies to Qt6 packages, I haven't been looking into package maintenance for a while.Therefore, some dependencies might be missing or changed in AUR or Arch, but since I haven't done much maintenance on the project, some packages haven't been added to the dependency list.Also, as you said, I added this expecting everyone using this package to also use the qt6 platform and other packages :)

TomK32 commented on 2025-12-22 09:11 (UTC)

I think it's missing some qt6 packages as a dependency. I'm also surprised to not have qt6 installed on my system :-)

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