Mini_Python_Projects icon indicating copy to clipboard operation
Mini_Python_Projects copied to clipboard

Kanye-Quotes PROJECT

Open Pari658 opened this issue 2 months ago • 1 comments

🎤 Kanye Quotes Generator

A fun and simple Python GUI app that displays random Kanye West quotes using a live API.

⚙️ How It Works

🧠 1. Fetch Kanye Quotes: The app retrieves quotes in real-time from the Kanye Rest API . 💬 2. Display in UI: Each time the user clicks the “Get Quote” button, a new Kanye quote appears on screen. 🎨 3. Interactive UI: Built with Tkinter, featuring modern fonts, layout, and a smooth refresh mechanism.

🛠️ Tech Stack

Python 3

Tkinter (GUI)

Requests (for API calls)

🚀 Features

✅ Random quotes fetched dynamically from an online API ✅ Simple, clean, and responsive GUI design ✅ Instant quote refresh with a single button click ✅ Great beginner project to learn API integration + Tkinter UI

📸 Preview

🪩 A minimal Kanye-themed window showing the quote and a refresh button for new inspiration.

💡 Example Quote:

“I still think I am the greatest.” — Kanye West

Pari658 avatar Oct 25 '25 15:10 Pari658