An assortment of python scripts I've made for various convenience factors
~ pmu_recruit_checker.py ~
A simple program that asks for your input and after checking if that input exists in its associated txt file, adds any new input. Used to keep track of recruited pokemon in Pokemon Mystery Universe, but could be used to checklist anything you need.
~ getFileContent.py ~
Program that takes the text content from any specified file types in the directory of the program and outputs the names of the files followed by their content. Very useful for feeding large project prompts to ai chatbots for debugging.
~ Speed Notebook ~
A journal entry program that will timestamp whatever text you input and close the application. More searching and statistic viewing options planned.