Projects Icon

My Python Projects

Slot Machine Screenshot

๐ŸŽฐ Slot Machine

In this fun mini-game, you'll build a text-based casino-style spinner using for and while loops โ€” and learn how to repeat actions, use random outcomes, and manage simple game logic.

๐Ÿงท View on GitHub
Another Project

Profile Generator

This beginner-friendly script teaches you the basics of Python by building a fun and simple Profile Generator.

๐Ÿงท View on GitHub
Calculator App

Compatibility Checker Project

This beginner-friendly project teaches you how to use Python's core operators โ€” arithmetic, comparison, logical, and even string operations โ€” by building a playful and interactive Compatibility Checker.

๐Ÿงท View on GitHub
Calculator App

File Organizer

This Python automation tool helps users instantly organize messy folders (like their Downloads folder) by sorting files into categorized subfolders based on file type. It uses a simple graphical interface that allows anyone to select a folder โ€” no technical knowledge required.

๐Ÿงท View on GitHub ๐Ÿ“‚ Download For FREE
Calculator App

Age Access Checker

In this beginner-friendly Python project, you'll learn how to make decisions in your code using if, elif, and else statements โ€” plus how Boolean logic and indentation matter in real-world programming.

๐Ÿงท View on GitHub