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!
- Host: GitHub
- URL: https://github.com/tilt-dev/tiltwords
- Owner: tilt-dev
- License: agpl-3.0
- Created: 2021-05-14T22:29:26.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-12-08T08:24:42.000Z (over 3 years ago)
- Last Synced: 2025-04-18T07:52:05.482Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 493 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!