Skip to content

0xdreadnaught/le-search

Repository files navigation

Last Epoch Reroll Search Tool (le-search)

This tool uses PyTesseract to parse image snippets in order to identify reroll worthy unique item without having to leave the game.

Bandit

Tested With:

- Last Epoch 0.9.2f
- Windows 11
- Python 3.11.2
- Tesseract 5.3.1

Installation

  1. Clone this repository:

    git clone https://github.com/0xdreadnaught/le-search.git
  2. Navigate to the project directory:

    cd le-search
  3. Install the required Python packages:

    pip3 install -r requirements.txt
  4. Install Tesseract: https://github.com/tesseract-ocr/tesseract

  5. Ensure tesseract is in PATH.

    tesseract --version

Usage

  1. Run the script.
  2. Take a screen snippet of the item name(ex: win+shift+s).
  3. Press Ctrl+Shift+D to activate the tool.
  4. A dialog box will appear showing the search result.

Example Snippet

Good

Good Example

Bad

Bad Example

Result

Ressult

Known Issues

Items like Isadora's Revenge are sometimes misread. A new snippet usually fixes it.

About

Last Epoch Reroll Search Tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages