A simple Python CLI app that fetches and displays a random dad joke from the icanhazdadjoke API.
- Fetches a random joke each time you run it
- Clean text output in terminal
- No API key required
=== Joke Generator === ✅ API call made. ✅ Response received.
Here's a random joke for you: I was going to get a brain transplant, but I changed my mind
joke-generator/ ├── joke.py └── README.md
Created by Sheila Demonteverde