Skip to content

bryant1410/spelling-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Spelling Practice

Game to practice acronym spelling.

It uses the Google Translate API to say a random acronym that you then have to write.

Installation

  1. Clone this repo.
  2. Use Python 3.6 and install the requirements:
pip install -r requirements.txt

Run

Needs Internet connection to run:

./main.py

It will provide random acronyms of length 5 in English.

Options

Here there are some useful options to change.

Slow mode

./main.py --slow

Practice with numbers

./main.py --add-number

Use Spanish

./main.py --lang es --alphabet ABCDEFGHIJKLMNÑOPQRSTUVWXYZ

More

To see all the available options:

./main.py -h

About

Game to practice acronym spelling.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages