Secret Santa Generates a pool from provided names/email and send the corresponding santa to everyone. Sent emails are then deleted and flushed to avoid cheating. Python Imap
Epidemic Simulation in CLI Simulation of a pandemic with customizable rates in a customizable environment (grid). Stats are recorded and plotted. Python Dataviz
Battle Text - RPG Role Play Game with Command Line Interface. Originally developed to improve Object-Oriented Programming. Python Games CLI RPG
Airplane Tickets Booker Airplane booking system adapted from a linked-list exercise. GUI with Tkinter (pretty ugly). Expandable number of flights/destinations. UI Python CS