Projects


This Website

Github Link

This is the website you're on right now, built using Jekyll. You can take a look by clicking around.

  • Jekyll
  • Ruby
  • Cloudflare

Youtube to MP3 with Metadata

Github Link

A Python script that downloads audio from YouTube videos or playlists, converts them to MP3 format, and automatically adds metadata including title, author, and thumbnail. Perfect for creating organized audio collections from YouTube content.

  • Python
  • Pydub
  • FFmpeg

Roadtrip Calulator

Github Link

A Java project that uses Dijkstra's algorithm to calculate the optimal road trip route between cities, considering distance, time, and attractions. It models cities and roads as a graph and outputs the most efficient path based on user preferences.

  • Java
  • Dijkstra's Algorithm
  • Graph Data Structures