Wait for the program to finish loading the AI model in the background.
Afterwards load a new build from the builder with the add button.
Then after it's finished press the hotkey (default J) while having the cards on screen in Deepwoken.
This will show all the data of the cards so it can help you pick which card you need for your build.
It might be prone to not being able to detect certain cards.
2024-05-17.19-13-00.mp4
- Overlay showing the card info on the cards themselfs ingame.
- Add/Remove cards manually in case of wrong detections.
- Testing and working macOS version.
- Order of which stats to get first to get an optimized build.
- Recommendation on which card to get next.
- Better UI.
- More settings.
- More testing.
- Devs of the game hopefully adding useful logs when acquiring cards so AI/OCR isn't needed.
Install uv, use uv python install 3.13, uv venv --python 3.13 and uv sync on the repository folder.
Finally you need to install Tesseract and paste the folder to the home directory of this repository. Don't forget to rename the folder to tesseract after pasting it.
To build the application, I use PyInstaller.
Then, use this command on the repo's home directory for onedir output (You can use onefile but it's more susceptible to getting a false positive from a AV).
python -m PyInstaller --noconfirm --onedir --noconsole --icon "./assets/icons/favicon.ico" --name "Deepwoken Helper" "./deepwokenhelper/__main__.py"
Finally copy assets and tesseract folder into the output folder that has the new .exe.
If you really like this project, please consider making a small donation, it really helps and means a lot!
- cyfiee, who created the deepwoken builder! Go support her website!
- crea, for emotional support!
