Portfolio

Explore my projects in more detail.

cwAutoSolve

An automation tool designed to rank up automatically on CodeWars by solving coding challenges using OpenAI's API and Selenium.

  • Uses OpenAI API with custom prompts to solve coding challenges.
  • Automates user inputs via Selenium.
  • Automatically debugs errors if any are found and resubmits the solution.
View on GitHub

rokuTroll

A shell script tool to discover and Rick Roll Roku TV devices on a network.

  • Automatically finds Roku TV's on your local network using an Nmap scan.
  • Sends inputs to open YouTube, search Rick Roll, and setting the volume to max.
  • Fun script to use at home to mess with family & friends.
View on GitHub

ezTitles

A Flask-based web application for generating and customizing subtitles for media files, aimed at simplifying the process for content creators.

  • Built with Flask for a simple web-based interface.
  • Generates subtitles with OpenAI's whisper model and aligns them with Gentle.
  • Allows creators to streamline the process of adding custom subtitles to a video.
View on GitHub