Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rlee287/guess_build_assistant

A Tkinter-based assistant for Guess the Build
https://github.com/rlee287/guess_build_assistant

Last synced: 2 days ago
JSON representation

A Tkinter-based assistant for Guess the Build

Awesome Lists containing this project

README

        

# Guess Build Assistant

## A Cmd and Tkinter-based helper for Guess the Build

### Building

Simply run `python guess_run_cmd.py` to run the command line interface.

Run tests with `pytest .` or `coverage run --source='guess_build_assistant' -m pytest .` followed by `coverage report -m`.