Skip to content

kssujith92/Wordle_Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordle_Game

Simple python code to play the wordle game

Aim is to guess a 5 letter English word in under 6 guesses. If a letter in your guess is present in original word and in the same position, it will become green. If a letter in your guess is present in original word, but at a different position, it will become yellow. If a letter in your guess is not present in the original word, it will become grey.

Packages Needed:-

  1. Random-Word : to generate random words.
  2. pyenchant : to check whether a word is in English dictionary or not.
  3. termcolor : to change the color of output text.

About

Simple python code to play wordle game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages