Projects
A collection of projects highlighting my skills, creativity, and growth as an engineer.
File Organizer
A Python-powered file organization tool that automatically sorts files by type into categorized
folders-safely and with full logging. Built with robust error handling, self-protection logic, and
timestamped .log + .csv tracking for every file movement.
folders-safely and with full logging. Built with robust error handling, self-protection logic, and
timestamped .log + .csv tracking for every file movement.
Recipe Suggestor (API, GUI)
Find and watch recipes instantly - Python app using TheMealDB + YouTube API to suggest meals
and tutorials.
and tutorials.
Own Resume Website
Built resume website (the one where you are right now) using Django + HTML + CSS
Game Analyzer (Playwright)
Playwright with Python script which can scrape thousands of game titles from Steam in seconds. Also can collect detailed information about certain games and write it into JSON.
Spotify Morning Player (API)
Automates Spotify to play a random track from predetermined genres every morning.
Scheduling the .bat script via Windows Scheduler.
Scheduling the .bat script via Windows Scheduler.
System Health Monitor
Local system health report generator collects CPU, RAM, disk usage, and top 10 largest folders,
then generates a timestamped JSON snapshot and a fully formatted HTML dashboard using Jinja2.
then generates a timestamped JSON snapshot and a fully formatted HTML dashboard using Jinja2.
Expense Tracker (CLI App)
Terminal-based Python app for tracking income and expenses. Built to practice file handling, data
persistence, and CLI design all in under 300 lines of code.
persistence, and CLI design all in under 300 lines of code.
Unit Converter (CLI App)
Python command-line application that converts units of length, weight, and temperature.