Simple python CLI app for displaying city info (weather, air quality, time) in the terminal.
Code written completely by OpenAI Codex 5.2, under my guidance.
Purpose is to play with a simple AI-generated project from scratch, using a bootstrapped AGENTS.md and tasks. Orchestration performed through Codex CLI.
uv syncuv run cityinfo-cli --help
uv run cityinfo-cli -c BelgradeCreate a .env file based on .env.example and set your WeatherAPI key:
cp .env.example .env