Skip to content

atkinson/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordle helper (just for fun)

usage: ./python wordle.py presentchars absentchars

example: ./python wordle.py pro aeos

> ['rinse']

bonus:

chmod +x /path/to/wordle.py

add this to your .profile

wordle () { /path/to/wordle.py $1 $2; }

then source ~/profile

now wordle bort chile

About

A helper for wordle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages