My Projects
Here you’ll find the projects I’ve built while learning to code — each one helped me grow a little further.
Recent Learning Projects
🧮 Simple Calculator
An updated version of my first Python calculator project is now available!
This new release (v0.2) uses structured functions, error handling, and a loop for continuous use.
It supports basic operations (+, –, *, /) with input validation and division-by-zero protection.
Next: add exit option and improve user messages before building a GUI version
✊ Rock Paper Scissors Game
A two-player game against the computer where the first to win 3 rounds is the champion.
It uses random.choice() to simulate the opponent’s moves and includes input validation, game logic, and score tracking.
Built as a console-based game — future improvements may include better structure and GUI.
📝 Daily Motivation
This script generates a random motivational message with your name and the current time, then saves it to a local .txt file for later review.
It uses Python’s random and datetime modules, string formatting, and file handling to create a personal and encouraging daily experience.
Console-based script — future plans include customizing messages and making a GUI version.

All Learning Projects
What's Next on My Learning Journey
I'm currently diving deeper into file handling, functions, and basic data structures to strengthen my Python fundamentals.
My next goal is to build simple graphical tools using Tkinter, bringing some of my console-based projects to life with a visual interface.
Learning by doing — one project at a time.

Thanks for stopping by!
This site is a small corner of my journey — one that I’m building with curiosity, consistency, and code.
If you’ve read this far, I really appreciate your time.
I’m always open to feedback, collaboration, or just a friendly tech chat.Let’s keep learning and building — one line of code at a time.