Home About Me

Welcome!

A website for me to show off and share

Here are some of my projects I've been working on

Textstat

Textstat is an open source project that aims to provide an easy to use Python package for automatically assessing statistics and readability scores for various texts.

My contributions include styling corrections at the request of the maintainers as well as implementing new features and debugging existing ones.

Automatic Class Signup

Since my classes in my university were competitive and often full, I created this program to automatically sign me up for the courses as soon as someone dropped their spot and opened a seat up for grabs.

I initially used Selenium with Python to accomplish this task and it worked so well that it had a 100% success rate getting me into my desired classes. Eventually, I followed that same design and reimplemented it in C# using .Net Core and compiled it for Windows so that I could let my peers benefit from this, too.

Automatic Electricity Management

Comed offers an hourly electricity pricing plan. Using the strategies outlined here, I'm hoping to take advantage of this to save money in my own home.

Currently, I have built a system that effectively scrapes the data from online and utilizes it to make money-saving predictions through machine learning. The data is stored in both a csv file and an SQL database. Moving forward with this project, my next goal is to have my system interface with a usb device to output an electrical signal when it makes its predictions.

Scribbl.io Custom Preparer

This is a python project I made for those that want to let their friends make lists of custom words for the popular game skribbl.io. It's not a fancy program, but just a quick script I coded on the fly

Since people don't necessarily sit down together to generate a custom words list, it was pretty useful to instead make a quick and easy way to combine their independent lists into a single, combined, and succinct copy-and-paste-able paragraph for the game.