Grid & Guess-Python practice

Grid & Guess is a fun word puzzle game where players erase tiles on an 8×8 grid to reveal a hidden word. I designed and developed the game entirely in Python using the graphics.Canvas module, focusing on smooth interaction and playful visuals. This project helped me strengthen my Python fundamentals…

Story Generator-practice with Python & AI! 📚🤖

This little project is both a fun way to create short children’s stories and a practice tool for Python and AI. Just enter a character’s name and the style of story you want — and the generator will create a 200-word tale just for you! 🌟 Example styles: magical, adventurous,…