This is a Gradio-based user interface for trying out the Postcode.eu API client.
- Make sure you have a
.envfile in this directory with your API credentials, see.env.example.
From the parent directory, install the example dependencies using uv:
uv sync --extra examplesAlternatively, you can use pip:
pip install -e .[examples]From the parent directory, run the script: python -m examples.main. This will launch a web interface where you can try out various API methods.