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

https://github.com/tilt-dev/tiltwords

Hackweek project: solve crossword puzzles in your terminal, but only if none of your builds are red!
https://github.com/tilt-dev/tiltwords

Last synced: about 1 year ago
JSON representation

Hackweek project: solve crossword puzzles in your terminal, but only if none of your builds are red!

Awesome Lists containing this project

README

          

# tiltwords

Hook your Tilt instance into [Cursewords](https://github.com/thisisparker/cursewords) by Parker Higgins: solve crossword puzzles on your terminal, but only when none of your builds are red!

## How to use
1. pull this repo down
2. `pip install -r requirements.txt`
3. maybe you need to `cd cursewords/tilt/gen; pip install -e .`? Unclear.
4. in `cursewords/tilt/tilt_checker.py`, make sure `TILT_API_CONFIG_PATH` points to your Tilt API config (will live at `~/.windmill/config` or `~/.tilt/config`)
5. in another window, start Tilt
6. invoke Tiltwords with: `python cursewords/__main__.py test.puz` (or a `.puz` file of your choice)
7. enjoy this additional motivation to fix your builds!