caesar_cipher: Encodes and decodes phrases using a Caesar Cipher
common_word: Finds the most common word in a string. Includes a function to get a string of all Facebook comments.
gpa_calc: Calculates GPA based on grades entered using the UChicago grading scale
- To run using the command line enter a command in this format:
python3 gpa_calc.py "['B','A-','B+','B+']"
money_on_my_mind: Text-message based budget tracker.
paparazzi: Determines whether a list of names correspond to individuals who have Wikipedia pages based on NLTK comparison of occupation.
tennis: This is a tennis match simulator implemented using classes.
time_waster: Generates a random Reddit link for a given subreddit.