Skip to content

AshrithSagar/wordle-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Experience wordle on the terminal!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages