A repo of all the stuff I coded for my hobby.
A command line application to manage your MTG cards, with the help of SQL database! This is a very bodgy and amateur program I made before I enrolled into university.
A script to find the greatest common denominator given two numbers using euclidean method. With working steps shown in between.
A rudimentary game of pong I coded using the pygames library.
Some python scripts to ping computers using sockets. First attempt at socket programming. Made as a prototype to implement cross-computer multiplayer capabilities for ping pong backup.