FridgeFrenzy banner

FridgeFrenzy

3 devlogs
1h 6m 3s

I created the FridgeFrenzy a fun Python app that turns leftover ingredients into quirky, random recipes. Users enter ingredients from their fridge, click a button, and the app generates a humorous recipe using random cooking styles, flavor twists,…

I created the FridgeFrenzy a fun Python app that turns leftover ingredients into quirky, random recipes. Users enter ingredients from their fridge, click a button, and the app generates a humorous recipe using random cooking styles, flavor twists, and dish names. I learned how to build a modular GUI with CustomTkinter, handle images with Pillow, and make a program both user-friendly and entertaining. This project taught me about combining creativity with programming logic and designing a playful interface.

Demo Repository

Loading README...

thesleepybunny

Updates: Modular GUI setup (setup_gui()), better layout and spacing, emojis in recipe and button, robust icon handling, clean and maintainable code.

Result: Simple, entertaining, user-friendly app that turns leftovers into creative meals.

Attachment
0
thesleepybunny

Goal: Create a fun app that generates bizarre recipes from random fridge ingredients.

Tech: Python, CustomTkinter (GUI), Pillow (images), random, PyInstaller (.exe).

Features:

Enter ingredients

Generate a quirky, random recipe

Display result in a textbox

App logo and icon

Challenges:

Converting PNG to ICO for app icon

Adjusting GUI layout with CustomTkinter

Result: A simple, entertaining, and user-friendly app that turns leftovers into creative culinary chaos!

Attachment
0