Wordle CLI

hrishikeshrt

Hrishikesh Terdalkar

Posted on March 3, 2022

Wordle CLI

GitHub logo 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

https://img.shields.io/pypi/v/python-wordle?color=success Documentation Status Python Version Support GitHub Issues GitHub Followers Twitter Followers

Wordle -- Game, Solver and Helper!

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 let WordleSolver() 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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode

python-wordle is a Wordle toolkit containing the game, a solver and a helper!

Example

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 let WordleSolver() 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
Enter fullscreen mode Exit fullscreen mode

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
Enter fullscreen mode Exit fullscreen mode
💖 💪 🙅 🚩
hrishikeshrt
Hrishikesh Terdalkar

Posted on March 3, 2022

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

Wordle CLI
wordle Wordle CLI

March 3, 2022