Click a project name above to display more info about it.
simplevideocombiner

Source code: simplevideocombiner
Edits video clips into a single video file and adds relevant info.
Helps esports coaches prepare videos for their players.
Tech Stack
Python: MoviePY is utilized for video editing, while the user interface is designed using Qt Designer and implemented with PyQt. Portable executables were packaged using PyInstaller.
osrs-rainbow-outfits

Source code: Front - Back
Generates colorful equipment sets for Old School Runescape.
Tech Stack
Python: back-end scripts executed once to populate the item data. Uses PIL to separate Old School Runescape equipment into color categories according to the colors in their icons. This data (plus an object that maps item names to their corresponding item IDs) is provided to the React front-end (currently manually).
React: front-end web app that allows users to generate equipment sets in their preferred color range and export them to Runelite's FashionScape plugin.
solo-star-miner

Source code: Front - Back
Helps you AFK mine Shooting Stars in peace in Old School Runescape.
Confused? Context: what are Shooting Stars, what is Star Miners, and why I made solo-star-miner
Tech Stack
Python: back-end API implemented in Flask. Grabs Star data from the Star Miners community sheet using the Google Sheets API (only once every 5 minutes) and publishes an endpoint of formatted data for the front-end.
React: front-end web app tailor-made for dodging the Star Miners community and finding solo Stars.
League of Legends item dictionary

Tech Stack
Python: ddj.py reads through the item data in Riot's Data Dragon and builds an object that maps item IDs to their respective names. This is ran twice, through spanish and english names.
fuser.py reads through ddj's output and builds the HTML table.
JQuery: handles the filtering. This part was shamelessly acquired from GFG before I knew any JavaScript myself.
Tomexlol.com

Source code: tomexlol.github.io
Tech Stack
Jekyll+ Bootstrap: does black magic so that you can be reading this right now!
Just the Docs: makes the black magic look all pretty
Github Pages: puts the black magic on the internet