Metadata-Version: 2.5
Name: nyt-games-cli
Version: 0.0.8
Summary: Python package for playing NYT games on the command line
Author-email: Charlie Dudzik <dudzikc@outlook.com>
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE
Requires-Dist: pycurses<1.0.0
Requires-Dist: requests>=2.0.0,<3.0.0
Requires-Dist: setproctitle>1.0.0,<2.0.0
Import-Name: nyt_games_cli

# NYT Games Cli

Press [1-6] to switch games

## Install and run

```console
python -m pip install .
nyt-games-cli
```

For development, use `python -m pip install -e .`. You can also run the app as
`python -m nyt_games_cli`. The app must be run in an interactive terminal.

Controls:

1. Wordle
2. Connections
3. Strands
4. Mini Crossword
5. Letter Boxed
6. Spelling Bee

