A clean, fun, and fully customizable clone of the classic Wordle game β built with Python!
Challenge yourself daily, explore endless words, and tweak the rules to make the game your own.
- π© Play unlimited Wordle-style games in Python
- π Uses a clean and sensible English word list
- π¨ Easy customization of word lists and difficulty
- π» Runs in your terminal (lightweight & fast!)
- π Tracks stats across multiple games
Clone the repo:
git clone git@github.com:Blues1998/PyWordle.git
cd PyWordleRun the game:
python main.py- Guess the hidden word in 6 tries.
- Letters change color to show how close your guess was:
- π© Green = Correct letter, correct spot
- π¨ Yellow = Correct letter, wrong spot
- β¬ Gray = Letter not in the word
You can replace or expand the word list in words.txt with your own set of words.
Perfect for theme-based games (animals, programming terms, etc.)!
Pull requests are welcome! If you'd like to suggest features or fix issues, feel free to open an issue first to discuss.
MIT License Β© 2025 [Animesh Singh]
β¨ Have fun guessing, and may the π©'s be ever in your favor!

