Wordle
Wordle in the terminal, written in python
Simply run bash run.sh
in your terminal to run. This creates a virtual environment, installs the dependencies, runs wordle.py and then destroys the virtual environment.
To run without immediately destroying the virtual environment:
cd
into the repopython3 -m venv wordle_venv
source wordle_venv/bin/activate
pip install -r requirements.txt
python3 wordle.py