This is a collection of various Python projects I've worked on. I'm currently in the process of cleaning up old project code and putting it here, so check back later. Make sure to check the readme located in the files of each project for more information
A simple tkinter GUI Minesweeper game.
Located in: ./Minesweeper
A command line tool that accepts two words, and finds the collection of words that are synonyms of the two words and rhyme with each other
Located in: ./PoetryTool
A tkinter program that uses q-learning to perfectly learn TicTacToe
Located in: ./ML_TicTacToe