- A fully functional game passing user input values from function to function giving choice to be nice or mean in different scenarios. Sound effects included for winning or losing.
- A tkinter UI giving user option to choose a directory from file explorer to import files to another directory. The script determines what files have been created or modified within 24 hours and only imports those files under that classifaction.
- A tkinter UI that allows user to add additional text into a webpage using Update function. This webpage automatically opens users browser window and displays the added text.
- A web app using Django Framework that stores info regarding Class title, Coursenumber, Instructor names, Duration of class in database utilizing CRUD