Welcome to my Python portfolio! This repository documents my journey as a Computer Engineering Student, showcasing my progression from basic syntax to advanced Object-Oriented Programming (OOP) architectures.
My work is organized into two main directories: Basic Projects (Foundations) and OOP Projects (Advanced Applications).
π¦ Python-Portfolio
β
β£ π Basic-Projects # The Foundation (Logic & Algorithms)
β β£ π day1-band-name-generator
β β£ π day2-tip-calculator-project
β β£ π day3-treasure--sland-project
β β£ π day4-rock-paper-scissors
β β£ π day6-password-generator
β β£ π day6-hangman-game
β β£ π day7-Beginner-Caesar-Cipher
β β£ π day8-blackjack-game
β β£ π day9-higher-lower-game
β β π day10-coffee-machine
β
β π OOP-Projects # Object-Oriented Programming Applications
β£ π E-Commerce-Shopping-Cart # Composition & Cart Logic
β£ π Employee-Management-System # Inheritance & Role Management
β£ π Hospital-Patient-Queue-System # Queue (FIFO) Logic via OOP
β£ π Library-Management-System # Encapsulation & Data Management
β£ π Restaurant-Order-System # Order Processing & Billing
β£ π Turn-Based-Battle-Game # Game State & Object Interaction
β π Virtual-Pet-Simulator # Time-based Events & Attributes