Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 786 Bytes

README.md

File metadata and controls

57 lines (37 loc) · 786 Bytes

wordle-cli

Experience wordle on the terminal!

wordle-cli

Features

  • Play wordle on the terminal.
  • Custom word list.
  • Custom word length.

Installation

  1. Clone the repository.

    git clone https://github.com/AshrithSagar/wordle-cli.git
    cd wordle-cli

    or

    gh repo clone AshrithSagar/wordle-cli
    cd wordle-cli
  2. [Optional] Create a virtual environment.

    python3 -m venv .venv

    Activate the virtual environment.

    source .venv/bin/activate
  3. Install dependencies.

    pip install -r requirements.txt
  4. Run the game.

    python3 wordle.py

Enjoy!

Licenses

This project falls under MIT License.