Ocryol1337 / wordle-clone-python

A CLI implementation of the viral wordle puzzle game in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wordle-clone-python

A CLI implementation of the viral wordle puzzle game in python

How to run this?

  1. Clone the repo
  2. Create a virtual env python3 -m venv venv
  3. Activate the virtual env with source venv/bin/activate
  4. Install necessary requirements - pip3 install -r requirements.txt
  5. Run the main file - python3 main.py

To do:

  • Write Test case
  • Add option to expand more than 5 letter word

About

A CLI implementation of the viral wordle puzzle game in python

License:MIT License


Languages

Language:Python 100.0%