Entropia Universe tracking tools suite - Hunt, Mine, and Craft analytics
Go to file
LemonNexus eae846ee6b feat(app): add main.py and user test guide for v0.1.0
- Create main.py with interactive CLI for user testing
- Implement menu system: projects, sessions, stats, archive
- Add live session mode with mock log watching
- Real-time event display (loot, globals, skills)
- Auto-generate mock chat.log on first run
- Add USER_TEST_GUIDE.md with test checklist
- Document expected output and troubleshooting

Application is now runnable for first user test.
2026-02-08 17:02:37 +00:00
core feat(core): implement LogWatcher with Observer Pattern 2026-02-08 16:56:49 +00:00
tests test(core): add pytest suite for Data Capture Engine 2026-02-08 16:56:56 +00:00
.env.example feat: add Obsidian REST API endpoint configuration 2026-02-08 16:30:16 +00:00
.gitignore chore: add .env.example template and project resume 2026-02-08 16:26:19 +00:00
AGENTS.md chore: initial secure push 2026-02-08 16:01:50 +01:00
AI_KNOWLEDGE_BASE.md docs: add AI knowledge base with project configuration and MCP server details 2026-02-08 17:07:36 +01:00
GAME_MECHANICS.md chore: initial secure push 2026-02-08 16:01:50 +01:00
INSPIRATION.md chore: initial secure push 2026-02-08 16:01:50 +01:00
MODULE_REQUIREMENTS.md chore: initial secure push 2026-02-08 16:01:50 +01:00
OBSIDIAN_WORKFLOW.md chore: initial secure push 2026-02-08 16:01:50 +01:00
PROJECT_INDEX.md docs: add PROJECT_INDEX.md and update PROJECT_RESUME 2026-02-08 16:45:58 +00:00
PROJECT_RESUME.md docs: add PROJECT_INDEX.md and update PROJECT_RESUME 2026-02-08 16:45:58 +00:00
README.md chore: initial secure push 2026-02-08 16:01:50 +01:00
RESOURCES.md chore: initial secure push 2026-02-08 16:01:50 +01:00
TECHNICAL_SPECS.md chore: initial secure push 2026-02-08 16:01:50 +01:00
TESTING_AND_DEBUGGING.md chore: initial secure push 2026-02-08 16:01:50 +01:00
USER_TEST_GUIDE.md feat(app): add main.py and user test guide for v0.1.0 2026-02-08 17:02:37 +00:00
VERIFICATION_CHECKLIST.md chore: initial secure push 2026-02-08 16:01:50 +01:00
environment-test.md chore: initial secure push 2026-02-08 16:01:50 +01:00
main.py feat(app): add main.py and user test guide for v0.1.0 2026-02-08 17:02:37 +00:00
requirements.txt test(core): add pytest suite for Data Capture Engine 2026-02-08 16:56:56 +00:00
run_tests.bat chore: initial secure push 2026-02-08 16:01:50 +01:00

README.md

Entropia-Tools Suite Replication Project

Project Overview

This project aims to replicate the full software suite found at Entropia-Tools.com. The suite provides professional-grade analytics, financial tracking, and utility tools for players of the MMORPG Entropia Universe.

Core Philosophy: The Data Principle

All modules must treat user data as "Projects." Every session (a hunt, a mining run, or a crafting batch) must be:

  1. Stored: Automatically saved to a local database.
  2. Archivable: Capable of being closed and reopened as a "Previous Project."
  3. Comparable: Users should be able to compare current live data against historical project data.

Module Summary

  • Hunter Tracker: Combat performance and ROI analytics.
  • Mining Tracker: Geospatial resource mapping and probe efficiency.
  • Crafting Tool: Manufacturing cost/benefit simulation.
  • Inventory Manager: Asset valuation and market markup tracking.

Technical Stack Recommendation

  • Language: Python (for rapid dev) or C#/.NET (for Windows native performance).
  • Database: SQLite or structured JSON for project storage.
  • UI: Modern Dark Mode (PyQt6 or Electron).