Refactor HVideoTool to support project-based workflow: introduced project management features, updated UI for project handling, and enhanced documentation in README and CLAUDE.md. The tool now organizes images and settings into projects, improving usability and detection caching.

This commit is contained in:
Leonid Pershin
2026-06-07 04:53:27 +03:00
parent 7f0121b7df
commit e27dfdf518
27 changed files with 2998 additions and 387 deletions
+2 -1
View File
@@ -8,7 +8,8 @@ version = "0.1.0"
description = "Desktop GUI utility that detects and outlines already-applied censorship in images"
readme = "README.md"
requires-python = ">=3.11"
license = { text = "TBD" }
# GPL-3.0: the project vendors DeepMosaics (GPL-3.0) for mosaic restoration.
license = { text = "GPL-3.0-or-later" }
authors = [{ name = "Leonid Pershin" }]
dependencies = [
"PySide6>=6.6",