ewandennis / wordle-curdle

Fake a wordle score

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordle Curdle

A tool to generate fake Wordle scores, because you're a great big cheat.

Available here.

How To Run Locally

Dependencies

Steps

  1. Clone repo: git clone https://github.com/ewandennis/wordle-curdle.git
  2. Optional: create a virtual environment for wordle-curdle: python -m venv wordle-curdle
  • Activate your new virtual environment: cd wordle-curdle && . bin/activate
  1. Install dependencies: pip install -r requirements.txt
  2. Start local streamlit server: streamlit run wordle-curdle.py

Warning: Streamlit collects anonymous usage stats by default. You can disable that using these instructions. The config flag is named gatherUsageStats.

About

Fake a wordle score

License:MIT License


Languages

Language:Python 100.0%