A powerful, intelligent Python script that aids in solving Wordle puzzles by filtering possible word combinations based on your guesses and feedback. Perfect for Wordle enthusiasts who want to improve their game strategy. Please note this Readme.md is geared for the python script but there are also versions in C# and Visual Basic etc.
sanitize the wordlist.txt
(Colorblind-Accessible)
Interactive Python tool that finds possible Wordle solutions based on your guesses and feedback.
Features
Colorblind-friendly design optimized for deutanopia (red-green colorblindness)
Real-time filtering after each guess
Letter frequency analysis and smart suggestions
Duplicate letter handling
3 display modes: standard, high-contrast, symbols-only
Python 3.6 or higher
Standard method:
- Clone the repository:
bash
'git clone https://github.com/wifiknight45/lexicon_locksmith.git'
'cd lexicon_locksmith'
- Run the script:
bash
'wordle_combo_finder.py' - v4 (accessibility version + enhanced wordlist)
That's it. No external dependencies required ;-)
a) Start the script and you'll see the welcome screen
b) Enter your guess - any 5-letter word you tried in Wordle
c) Enter the feedback using these codes:
G = Green (correct letter, correct position) Y = Yellow (correct letter, wrong position) R = Red (letter not in word)
Repeat for each guess you've made Type 'done' when finished to see all possible words
designed with love in california
This project is licensed under the MIT License - see the LICENSE file for details.
a) Inspired by the popular Wordle game by Josh Wardle.
b) A huge thank you to @darkermango (https://github.com/darkermango) for the sweet wordlist.
c) Optimized for deutanopia based on colorblind accessibility research
d) developed using anthropic claude.ai sonnet 4.5 + microsoft copilot gpt-5 to aid in learning and teaching python best practices etc