Wordle CLI

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 s…


This content originally appeared on DEV Community and was authored by DEV Community

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

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

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

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


This content originally appeared on DEV Community and was authored by DEV Community


Print Share Comment Cite Upload Translate Updates
APA

DEV Community | Sciencx (2022-03-03T09:30:37+00:00) Wordle CLI. Retrieved from https://www.scien.cx/2022/03/03/wordle-cli/

MLA
" » Wordle CLI." DEV Community | Sciencx - Thursday March 3, 2022, https://www.scien.cx/2022/03/03/wordle-cli/
HARVARD
DEV Community | Sciencx Thursday March 3, 2022 » Wordle CLI., viewed ,<https://www.scien.cx/2022/03/03/wordle-cli/>
VANCOUVER
DEV Community | Sciencx - » Wordle CLI. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2022/03/03/wordle-cli/
CHICAGO
" » Wordle CLI." DEV Community | Sciencx - Accessed . https://www.scien.cx/2022/03/03/wordle-cli/
IEEE
" » Wordle CLI." DEV Community | Sciencx [Online]. Available: https://www.scien.cx/2022/03/03/wordle-cli/. [Accessed: ]
rf:citation
» Wordle CLI | DEV Community | Sciencx | https://www.scien.cx/2022/03/03/wordle-cli/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.