Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rlee287/guess_build_assistant
- Owner: rlee287
- License: mit
- Created: 2018-09-12T22:30:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-26T02:37:30.000Z (over 6 years ago)
- Last Synced: 2024-12-24T01:15:13.659Z (11 days ago)
- Language: Python
- Size: 71.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.