Python Joke Generator | Fun & Easy Project! | Python Mini Project

preview_player
Показать описание
🚀 Python Joke Generator | Fun & Easy Project! 😂 | Python Mini Project

Hey everyone! 👋 Welcome back to my channel! Today, we’re building a Joke Generator in Python using AI-powered jokes! 🎭

This is a fun, beginner-friendly Python project where we use the pyjokes library to generate random programming jokes! 😆 No internet is required after installation, and it's super easy to implement!

✅ 📌 Topics Covered in This Video:
✔️ Installing pyjokes 📦
✔️ Understanding Python functions 📝
✔️ Taking user input and handling categories 🎯
✔️ Running & testing our Joke Generator 🤖

To run this project, install pyjokes using this command:
pip install pyjokes

Full Python Code :

import random
import pyjokes

def get_joke(category=None):
if category in ["neutral", "chuck", "all"]:

print("Welcome to the Joke Generator!")
print("Available categories: neutral, chuck, all")
category = input("Choose a category or press Enter for a random joke: ").strip().lower()

joke = get_joke(category)
print("Here's your joke:")
print(joke)

🔔 Stay Connected & Subscribe!
If you enjoyed this project, smash that like button 👍 and subscribe for more Python mini-projects! 🎥

💬 Comment below if you have any questions or ideas for future projects!

#Python #PythonProjects #CodingForBeginners #LearnPython #PythonMiniProject #AI #PythonCoding #JokeGenerator #Pyjokes #ProgrammingJokes #PythonForBeginners #Tech #Coding
Рекомендации по теме
visit shbcf.ru