A spelling bee CLI tool made in Python. The tool speaks a word aloud, then challenges you to type the correct spelling.
- Python 3.9+
- On Linux:
espeakmust be installed (sudo apt install espeak) - On macOS / Windows: no extra system dependencies
pip install -r requirements.txtpython spelling_bee.py- Listen to the word spoken aloud
- Type your spelling attempt and press Enter
- Type
rorrepeatto hear the word again - After each word, choose to play again or quit
python -m pytest test_spelling_bee.py -v