Projects
WorkFlo
Workflo is a Kanban-style project management software built with Flask and Bootstrap. Complete with project boards, statistic reporting, and schedule tracking this also includes full CRUD functionality with PostgreSQL.
Musical Time Machine
This project dubbed the Musical Time Machine incorporates web scraping with beautiful soup and Spotify's WebApi to generate and add playlist to a users profile from a selected date from 1960 to today returning the top songs for that time.
Automated Sales Monitoring
This scrip was made to automate a daily process at my current job reducing the time needed to complete this daily task. Rather than having to manually check to see if store files were retrieved by the server this program compiles the info and sends a status email showing success/failures as well as identifying the files missing. Saves an estimated 1.5-2 hours of manual verification.
Binary to Text/Text to Binary Calculator
This interactive command line based program is able to convert text to binary and vice versa utilizing dictionaries and list comprehension. A simple, clean, fun program to play around with.
Tic Tac Toe
A clean function based command line program that allows you to play Tic Tac Toe to your hearts content!
Tkinter Watermarking
A desktop GUI that allows custom watermarking and saving made using Tkinter.
Tkinter WPM
A WPM calculator that challenges the user on a word by word basis taken from the top 10,000 used words in english vocabulary.
Breakout
A remake of the popular "Breakout" game using the turtle library.