Skip to content

Love-P/wordle-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

━━━━━━ ❖ ━━━━━━



❖ Information

wordle-cli is, as the name suggests, wordle in the command-line. There are no fancy gui/tui elements, just a simple and minimalistic way to play wordle :)

wordle preview


❖ Installation

Install from pip

$ pip3 install wordlecli

Install from source

$ git clone https://github.com/ZenithDS/wordle-cli.git
$ cd wordle-cli
$ poetry build
$ pip3 install ./dist/wordlecli-0.2.1.tar.gz

❖ Usage

Playing wordle in the command-line is as simple as running the following command:

$ wordle

But if your addiction to wordle needs more, you can also play an older wordle by specifying it's number

$ wordle 240

The on-screen keyboard can be turned off using the --hard option

$ wordle --hard

❖ What's New?

0.2.1 - Fixed an issue with keyboard display in hard mode


About

wordle, but in the command line

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages