Automatically solve Starfield Digipick puzzles with the press of a button.
Project description
AutoDigipick
Digipick puzzles in Bethesda's Starfield are fun to solve, but they can be tedious to solve manually. This script automates the process of solving them.
Using OpenCV and Tesseract, the script takes a screenshot of the puzzle, identifies the symbols, and solves the puzzle. It then displays the solution in an extra window which you can display on a second monitor for quick reference.
Installation
You will need to install Tesseract and add the path to the tesseract executable to your PATH environment variable.
If you use the packed executable release of AutoDigipick, then you can start it by double-clicking the executable.
Otherwise, you will need to install Python and install the dependencies listed in requirements.txt. Then you can run the script with python autodigipick.py
.
Alternatively, you can install the package with pip (Recommended in a virtual environment or using tools like pipx):
pip install autodigipick
and use autodigipick.exe
to run the script. The configuration file will be created in the active directory and you can modify it to your needs.
Usage
Open autodigipick.toml in a text editor and change the configuration to fit your personal setup.
In particular, you will need to change the following values:
[capture]
monitor_id = 3 # Change to your monitor's ID
[hotkey]
solve = "F13" # I use macro keys on my keyboard, but you can use any key you want
exit = "F14" # it also supports combinations with + like "ctrl+shift+alt+q"
[display]
resolution = [1920, 1080] # Depending on the size of your secondary monitor, you may need to change this
position = [1000, 2300] # Change this to a position on your secondary monitor
Then just run the script and press the solve hotkey while the puzzle is on screen.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file autodigipick-1.1.1.tar.gz
.
File metadata
- Download URL: autodigipick-1.1.1.tar.gz
- Upload date:
- Size: 11.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8bb03ada1f5b945bce52ced3e08c5fb217da4ba1fad71588e38b7b2c41295edf |
|
MD5 | 2b632cb4798813a94268261b26477d99 |
|
BLAKE2b-256 | 085eeba27f665dd806581e0b8db1ebcac4565da40c8296c40f6944717a8e8d23 |
File details
Details for the file autodigipick-1.1.1-py3-none-any.whl
.
File metadata
- Download URL: autodigipick-1.1.1-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 83347f5a571f4317a1e911bb798e44131a0f1b374b42b4047f7d08651c727397 |
|
MD5 | 534c4c493cd163ad582b7b6c13d925fd |
|
BLAKE2b-256 | e926f8543b7501d07031be8e4ba0557cd0054c332943728b949619dcb17b207b |