Lemontropia-Suite/modules
LemonNexus 1a0c0d4231 feat: add Inventory Scanner for extracting item icons and stats
- New module: modules/inventory_scanner.py
  - Detects inventory and item details windows
  - Extracts item icons from inventory grid
  - Reads item stats from details panel
  - Parses weapon, armor, and common stats
  - Handles scrolling (planned for future)

- New dialog: ui/inventory_scanner_dialog.py
  - Visual interface for scanning
  - Shows extracted icons in grid view
  - Displays item stats in table
  - Saves results to JSON
  - Background worker for non-blocking scans

- Updated main_window.py:
  - Added Tools → Computer Vision → Inventory Scanner (Ctrl+I)
  - Integrated with existing GameVisionAI

This allows users to extract item data from Entropia Universe
for gear management and loadout configuration.
2026-02-11 15:19:56 +00:00
..
ocr_backends feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
__init__.py feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
auto_screenshot.py fix: screenshot thread safety - use fresh mss context per capture 2026-02-11 13:14:44 +00:00
crafting_tracker.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
game_vision.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
game_vision_ai.py feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
hardware_detection.py feat: comprehensive settings dialog and UI cleanup 2026-02-11 13:26:31 +00:00
icon_manager.py feat: implement icon extraction, market prices, and GUI dialogs 2026-02-09 23:51:15 +00:00
icon_matcher.py feat: add AI Computer Vision with local GPU support 2026-02-11 11:29:10 +00:00
inventory_scanner.py feat: add Inventory Scanner for extracting item icons and stats 2026-02-11 15:19:56 +00:00
loot_analyzer.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
market_prices.py feat: implement icon extraction, market prices, and GUI dialogs 2026-02-09 23:51:15 +00:00
notifications.py feat: add 4 new modules for enhanced gameplay tracking 2026-02-09 23:29:15 +00:00
opencv_text_detector.py feat: add OpenCV GPU text detection as fallback to PaddleOCR 2026-02-11 12:26:12 +00:00
screenshot_hotkey.py fix: screenshot hotkeys - use Qt shortcuts + optional global hotkeys 2026-02-11 12:55:24 +00:00