-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.txt
More file actions
26 lines (17 loc) · 720 Bytes
/
setup.txt
File metadata and controls
26 lines (17 loc) · 720 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
## 🧰 Features
- ✅ **Validate**: Checks for syntax, metadata tags, and symbol mismatches in Markdown lore.
- 📤 **Extract Codex**: Parses lore files and outputs JSON between `[BEGIN JSON]` and `[END JSON]`.
- 📦 **Export `.tres`**: Converts valid `.json` files into Godot resource entries.
- ⚠️ **Unknown Logging**: Warns of missing `@id`, `@title`, or `@category`.
- 🎛️ **GUI Frontend**: Simple tkinter interface to control all tools.
---
## ⚙️ Setup Instructions
```bash
# 1. Clone or extract the toolset
cd ~/Mythtech
# 2. (Recommended) Create virtual environment
python3 -m venv clean_env
source clean_env/bin/activate
# 3. Install required packages
pip install -r requirements.txt