Skip to content

frumpy4/termordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

termordle

a terminal based wordle clone in python
python 3.6+ is required

NOTE: this uses data from the pre-nyt wordle. the daily word will differ from the official version, and the dictionary may differ as well

preview

running

git clone https://github.com/frumpy4/termordle.git
cd termordle
python termordle.py

the default mode picks a random word from the daily words list. daily mode simulates real wordle by picking the word based on the date

options

these can also be viewed with termordle.py --help

--daily -d daily wordle mode

--colorblind -cb colorblind mode, changes green to orange and yellow to blue

colorblind

--hard hard mode, selects from all valid words instead of just daily words. can also be combined with daily

--allow-all -a allow any 5 character string for guesses

--no-emoji -q don't print emoji output at the end

--tries -t select number of tries

--word -w select word, must be 5 characters

About

i love wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages