A command line program that can help you solve Katla game (https://katla.vercel.app/) by giving you 5 suggestions for each guess.
-
If not already, install:
Python 3
: https://www.python.org/downloads/Git
: https://git-scm.com/downloads
-
Open your Windows/MacOS/Linux terminal
-
Clone the repository
- HTTPS:
git clone https://github.com/geraldzakwan/katla-helper.git
- SSH:
git clone git@github.com:geraldzakwan/katla-helper.git
- HTTPS:
-
Install all requirements
cd katla-helper
pip install -r requirements.txt
-
Run the CLI app
python3 cli.py