Portfolio
A list of projects that I have worked on/am currently working on
Languages/tools used
Index
osu! Skin Optimiser
File Previewer
A basic file explorer built in SvelteKit. Uses
Sequelize w/ SQLite for storing download counts.
Status:
Finished
Links
Minecraft Command Generator
Discord Reminder Bot
Discord bot that can send reminders in the user's
dms.
Command usage is formatted as
Time can be formatted as either
eg.
Command usage is formatted as
{prefix}remind {time} {message}.
Time can be formatted as either
{?n}d{?n}h{?n}m{?n}s
or
HH:MM:SS.ZZZeg.
rr-remind 16h30m some messageStatus:
Finished
Links
Remove SD Elements
Simple python script to remove non-HD elements
from osu! skins. Elements that don't have an @2x are kept.
Status:
Finished
Links
toa
Bot template
A Discord bot template based off
SSoB's
codebase.
Comes with basic commands (ping, help, info, debug etc.) already added and pre-written handlers for messages, interactions, etc.
Comes with basic commands (ping, help, info, debug etc.) already added and pre-written handlers for messages, interactions, etc.
Status:
Finished
Links
Project Bandana
Conversions
Weather App Tauri
A weather app built with vite and tauri.
Uses open-meteo for weather data.
Location can be chosen using either the searchbar or the map on the top-right.
Uses open-meteo for weather data.
Location can be chosen using either the searchbar or the map on the top-right.
Status:
Finished, might update/remake
Links
osu mod calculator
Helper module for commonly used
osu!
calculations. Calculates accuracy calculations, converting
modes and mods from integers to strings, map statistics with
mods applied, and more
Status:
Finished, maintenance
Links
SSoB
A Discord bot for fetching
osu!
scores/stats.
Uses Sequelize + SQLite to store player data (username, accuracy, pp, etc.).
Uses rosu-pp-js for performance calculations and toa to access the API.
This was the first coding project I ever worked on.
Uses Sequelize + SQLite to store player data (username, accuracy, pp, etc.).
Uses rosu-pp-js for performance calculations and toa to access the API.
This was the first coding project I ever worked on.
Status:
Finished