OneUp Solver

Contents

OneUp Solver#

ci docs pypi version Changelog Ruff License

OneUp Puzzle Solver

Quick Start#

Run directly without installing via uvx

uvx oneup-solver --help
usage: oneup-solver [-h] [-V] [--id PUZZLE_ID] [--host HOST] [--port PORT]                     [--log-level {critical,error,warning,info,debug,trace}] options: -h--help            show this help message and exit -V--version         show program's version number and exit --idPUZZLE_ID        Puzzle id to fetch from the One Up API. --hostHOST           Host interface for the NiceGUI server (default:                         127.0.0.1). --portPORT           Port for the NiceGUI server (default: 8080). --log-level{critical,error,warning,info,debug,trace}                         Uvicorn logging level for the embedded server                         (default: warning).

To install the tool permanently:

uv tool install oneup-solver