Skip to content

mcmangini/cli-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cli-wordle

A Wordle implementation for the command-line, written in Python.

Installation

Linux

git clone https://github.com/mcmangini/cli-wordle.git
cd cli-wordle
python3 -m venv venv
source venv/bin/activate
cd src
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements.txt

Usage

usage: cliwordle.py [-h] [-d DATE] [-r] [-n]

Play Wordle on the command line.

options:
  -h, --help          show this help message and exit
  -d, --date DATE     Play a game from a specific date (YYYY-MM-DD)
  -r, --random        Play a game with a randomly selected word (overrides the date option)
  -n, --noletterpool  Don't display the letter pool

About

A Wordle implementation for the command-line, written in Python

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages