Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 907 Bytes

File metadata and controls

40 lines (24 loc) · 907 Bytes

PyJokes Program

A simple and lighthearted Python program that generates random programming jokes using the pyjokes library.

Overview

This project demonstrates basic Python scripting, external library usage, and simple user interaction. It was built as part of my ongoing Python learning progression.

Features

  • Generates random programming jokes
  • Uses the pyjokes Python library
  • Lightweight and easy to run
  • Great example of working with third-party packages

Installation

First, install the required library:

pip install pyjokes

How to Run

Run the script using:

python pyjokes_program.py

(Replace the filename if yours is different.)

Purpose

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.