A desktop overlay tool for EVE Frontier that automatically detects solar systems (e.g. from the clipboard), fetches assemblies, and displays them clearly grouped by Lagrange points, owners, and structure types.
The tool is designed for fast intel checks and stays always on top while you are in-game or browsing.
- Clipboard is checked every 0.5 seconds
- Detects showinfo:////<system_id> links (e.g. from ef-map or ingame) or from manual input via search function
- Maps system names to system IDs locally
- Fetches and caches assemblies
- Determines Lagrange points via coordinate comparison
-
📋 Clipboard Scanner
- Automatically detects
showinfo://links from the clipboard - Instantly switches to the detected solar system
- Automatically detects
-
🌌 Solar System Search
- Autocomplete with live suggestions
- Uses local
solarsystemcontent.min.json - Manual selection or automatic detection
-
📡 Assembly Overview
- Grouped by Lagrange points
- Displays:
- Owner name
- Tribe ticker
- Assembly type
- Status (online / offline / anchored)
-
🗂️ Smart Sorting
- Grouped by:
- Network Nodes
- Hangars
- Manufacturers
- Turrets
- Storage Units
- Size-based sorting (L → M → S)
- Grouped by:
-
📦 SSU Inventory View
- Display storage inventories
- Optional loot filter
- Highlight important items (fuel, data, matter, etc.)
-
🔗 External Links
- DataCore
- EF-Map (system & global view)
-
🪟 Overlay UI
- Always-on-top window
- Dark theme
- Monospace layout for readability
- Python 3.10+
- Windows (tested)
- Internet access for EF-Map API
pip install requests pyperclippython si-scanner.pyThe following files must be located in the same directory:
.
├── main.py
├── app.ico
└── solarsystemcontent.min.jsonWhen bundled with PyInstaller, resource_path() handles this automatically.
-
Assemblies API https://assemblies.ef-map.com/assemblies/{system_id}
-
Solar System Data Local: solarsystemcontent.min.json
-
External Tools
- EF-Map
- evedataco.re
HIGHLIGHT_ITEMS = {
"EU-90 Fuel",
"Feral Data",
"Sophrogon"
}self.filter_vars = {
"Manufacturers": tk.BooleanVar(value=False),
"Turrets": tk.BooleanVar(value=True),
}pyinstaller --onefile --noconsole \
--icon app.ico \
--add-data "solarsystemcontent.min.json;." \
main.py- This tool is read-only
- Uses public APIs only
- Not an official CCP tool
- EF-Map (http://www.ef-map.com)
- EVE Frontier Community

