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/WarframeocrREADME
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 databasePageDown— cleanly exit the app
--
📦 Installation
- Install the required Python packages:
pip install -r requirements.txt
-
Install Tesseract OCR and ensure it’s available in your system PATH
(Windows:choco install tesseractor use the official installer) -
Copy
.env.exampleto.envand update the values based on your system -
Launch the app:
python main.py
- Press
Hometo 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
