wordle solver

pythonartificial intelligencewordlecli

Sometimes, the best projects are the ones that you work on spontaneously and for fun. That's exactly what happened when I spent 5 hours on a Thursday evening building a Wordle bot. A Wordle is a popular word puzzle game that consists of a grid of letters, in which the player must guess a word or phrase by identifying the correct letters and their positions.

The bot I created is a command line interface app that uses "AI" to solve Wordle. It works by reading all the possible solutions from a CSV file, and then takes in the user input of the word and the colors of the response that it got, and then filters the possible solutions based on the information.

One of the challenges I faced while building this bot was figuring out the best way to filter the possible solutions based on the user input. I tried several different methods before settling on one that worked well.

Creating this bot was a great learning experience for me. I learned about working with command line interfaces, reading data from CSV files, and filtering data based on user input. I also got to practice my coding skills and improve my problem-solving abilities.

Overall, building this Wordle bot was a fun and rewarding experience. It was a great way to spend a Thursday evening and I am proud of the end result. It was a great opportunity for me to learn new things and improve my coding skills.

Built with ❤️ by Kevin Pham