Skip to content

kxrtiswithak/spelling-bee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spelling-bee

A spelling bee CLI tool made in Python. The tool speaks a word aloud, then challenges you to type the correct spelling.

Requirements

  • Python 3.9+
  • On Linux: espeak must be installed (sudo apt install espeak)
  • On macOS / Windows: no extra system dependencies

Install

pip install -r requirements.txt

Usage

python spelling_bee.py
  • Listen to the word spoken aloud
  • Type your spelling attempt and press Enter
  • Type r or repeat to hear the word again
  • After each word, choose to play again or quit

Running tests

python -m pytest test_spelling_bee.py -v

About

a spelling bee cli tool made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages