Skip to content

steve12d/spelling-bee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spelling Bee Learning Game

...

Spelling Bee Admin Tool

This tool helps automate sentence generation using OpenAI, serves the website locally, and allows calendar generation.

Installation

  1. Using pipx (recommended):

    python -m pip install pipx
    python -m pipx ensurepath
    pipx install .
  2. Using pip:

    pip install .
  3. Set up the .env file with your OpenAI API key:

    OPENAI_API_KEY=your_openai_api_key
    OPENAI_ORG_ID=your_openai_org_id
    

Usage

Generate Sentences

spellingbee --sentences

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published