Wordle Solver Documentation
A modular Python application for solving Wordle puzzles and playing Wordle-style games directly in your terminal.
🔗 Source Code: GitHub Repository
Contents:
Quick Start
Install the package and start solving Wordle puzzles:
git clone https://github.com/raeq/wordle_solver2.git
cd wordle_solver2
pip install -e .
wordle-solver --help
Features
Solver Mode: Get optimal word suggestions while playing Wordle elsewhere
Game Mode: Play Wordle against the computer in your terminal
Advanced Algorithm: Smart suggestions using letter frequency and word commonality
Multiple Strategies: Choose from different solving strategies
Game History: Track your solving performance over time
Rich CLI: Beautiful terminal interface with colors and formatting
Links
📖 Documentation: https://raeq.github.io/wordle_solver2/
💻 Source Code: https://github.com/raeq/wordle_solver2
💬 Discussions: https://github.com/raeq/wordle_solver2/discussions