hrishikeshrt / python-wordle
Wordle in Python -- Game, Solver and Helper! Play Wordle on the terminal. Optionally, let WordleSolver play it out for you! Use WordleSolver's help for solving your Wordles provided by other platforms.
Wordle
Wordle -- Game, Solver and Helper!
- Free software: GNU General Public License v3
- Documentation: https://python-wordle.readthedocs.io.
Features
-
- Comprehensive CLI Application
-
- Play Wordle in your terminal!
- Let the solver play it out for you!
- Use the helper mode for solving Wordles provided by other platforms!
-
- New Wordle every day.
-
- Disclaimer: This has nothing to do with the NYTimes Wordle.
- Play more using
--random
option. - Reproducible random Wordle by specifying
--seed
. -
WordleSolver()
class for solving Wordle. -
--solve
option to letWordleSolver()
do its work in front of your eyes! -
--helper
option to activate the helper mode for help with solving Wordles provided by other platforms.
Install
To install, run this command in your terminal:
$ pip install python-wordle
Usage
usage: wordle [-h] [--random] [--seed SEED] [--solve] [--helper]
Wordle on your terminal
optional arguments:
-h, --help show this help message and exit
--random Show a random Wordle
--seed SEED Seed
…python-wordle
is a Wordle toolkit containing the game, a solver and a helper!
Example
Features
- Comprehensive CLI Application
- Play Wordle in your terminal!
- Let the solver play it out for you!
- Use the helper mode for solving Wordles provided by other platforms!
- New Wordle every day.
- Disclaimer: This has nothing to do with the NYTimes Wordle.
- Play more using
--random
option. - Reproducible random Wordle by specifying
--seed
. -
WordleSolver()
class for solving Wordle. -
--solve
option to letWordleSolver()
do its work in front of your eyes! -
--helper
option to activate the helper mode for help with solving Wordles provided by other platforms.
Install
To install, run this command in your terminal:
pip install python-wordle
Usage
usage: wordle [-h] [--random] [--seed SEED] [--solve] [--helper]
Wordle on your terminal
optional arguments:
-h, --help show this help message and exit
--random Show a random Wordle
--seed SEED Seed the RNG
--solve Simulate WordleSolver
--helper Take help from WordleSolver for a Wordle in a different platform
Top comments (0)