A simple and lighthearted Python program that generates random programming jokes using the pyjokes library.
This project demonstrates basic Python scripting, external library usage, and simple user interaction. It was built as part of my ongoing Python learning progression.
- Generates random programming jokes
- Uses the
pyjokesPython library - Lightweight and easy to run
- Great example of working with third-party packages
First, install the required library:
pip install pyjokes
Run the script using:
python pyjokes_program.py
(Replace the filename if yours is different.)
This project highlights:
- Working with external Python packages
- Writing clean, simple scripts
- Building small utility programs
- Practicing fundamentals while keeping things fun
Built as part of my Python portfolio.