Skip to content

JatinJawale/wordle_in_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

wordle_in_python

A basic implementation of Wordle in python

Dependencies:

  1. requests
  2. BeautifulSoup
  3. pyenchant (enchant)
  4. clrprint

To execute the code, simply run it on cmd/terminal or through your IDE.

If your guess contains letters in correct place, they'll show up as green. If your guess contains letters in incorrect place, they'll show up as orange/yellow. Each incorrect letter will be red/grey. (NOTE: These colors may differ depending upon your IDE settings)

Screenshots:

correct guess: image

incorrect inputs: image

incorrect guess: image

About

A basic implementation of wordle in python

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages