SkillAgentSearch skills...

Warframeocr

Warframe Relic Overlay is a desktop companion app for Warframe that listens to the game's EE.log, captures your screen during relic reward selection, uses OCR to recognize item names, and displays an overlay with their current market value and ducat worth — right on top of your game, without interrupting your flow.

Install / Use

/learn @Zendelll/Warframeocr
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Warframe Relic Overlay

Warframe Relic Overlay is a desktop companion app for Warframe that listens to the game's EE.log, captures your screen during relic reward selection, uses OCR to recognize item names, and displays an overlay with their current market value and ducat worth — right on top of your game, without interrupting your flow.

--

✨ Features

  • 📸 Automatically screenshots the game when a relic reward appears
  • 🔎 Uses Tesseract OCR to extract item names from screen regions
  • 📊 Fetches real-time Platinum prices and ducat values via Warframe APIs
  • 💬 Displays compact overlay windows that appear above the game
  • 🧠 Fuzzy matching ensures reliable recognition even with OCR errors
  • ⌨️ Global hotkeys:
    • Home — update the local item database
    • PageDown — cleanly exit the app

--

📦 Installation

  1. Install the required Python packages:
pip install -r requirements.txt
  1. Install Tesseract OCR and ensure it’s available in your system PATH
    (Windows: choco install tesseract or use the official installer)

  2. Copy .env.example to .env and update the values based on your system

  3. Launch the app:

python main.py
  1. Press Home to update the item database, and you're ready to farm relics!

--

⚙️ .env Configuration

# Path to your EE.log file
EE_LOG_PATH=/absolute/path/to/EE.log

# SQLite database filename
DB_NAME=items.db

# Debug mode: enables screenshot saving
DEBUG=True

# Coordinates for the relic reward area (yep, it's hardcoded for now)
RELIC_SLOT={"x": 477,"y": 410,"width": 239,"height": 50,"space": 4}

--

🚧 WIP / Known Limitations

  • 🔬 Inventory scanning is being integrated — will show extra info in the overlay
  • 🧭 Future overlay features planned:
    • Real overlay with info
    • Rotation tracking
View on GitHub
GitHub Stars4
CategoryDevelopment
Updated2d ago
Forks0

Languages

Python

Security Score

70/100

Audited on Mar 29, 2026

No findings