A script for learning new vocabulary.
Reads a random word from a list in a text file and outputs its definitions.
Python 3.12
Packages:
- python-freeDictionaryAPI (uses https://dictionaryapi.dev/)
- httpx
Virtual environment:
python3.12 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txtpython3.12 wotd.py