Skip to content

Blues1998/PyWordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

17 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

🎯 PyWordle

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.


πŸš€ Features

  • 🟩 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

πŸ–ΌοΈ Screenshots


⚑ Installation

Clone the repo:

git clone git@github.com:Blues1998/PyWordle.git
cd PyWordle

Run the game:

python main.py

πŸ“š How to Play

  • 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

πŸ”§ Customization

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.)!


🀝 Contributing

Pull requests are welcome! If you'd like to suggest features or fix issues, feel free to open an issue first to discuss.


πŸ“œ License

MIT License Β© 2025 [Animesh Singh]


✨ Have fun guessing, and may the 🟩's be ever in your favor!

About

A Wordle clone

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages