Odin is a Python-based automation tool for Path of Exile, designed to assist with crafting cluster jewels, maps, and items by using regex-based filtering and bot-controlled interactions.
- Cluster Jewel Crafting: Automatically crafts cluster jewels based on specified regex filters.
- Item Crafting: Supports item filtering and tier-based crafting.
- Map Crafting: Allows implicit mod checks and regex-based filtering for map crafting.
- Bot Control: Uses PyAutoGUI for in-game interactions.
- Custom UI: Built with PySide6, featuring themes and calibration-based positioning.
- Python 3.10+
PySide6
pyautogui
loguru
keyboard
pynput
-
Clone the repository:
git clone https://github.com/infernumx/Odin.git cd Odin
-
Install dependencies:
pip install -r requirements.txt
-
Run the application:
python main.py