Skip to content

Latest commit

 

History

History
29 lines (9 loc) · 1.38 KB

README.md

File metadata and controls

29 lines (9 loc) · 1.38 KB

Programs I've been playing around with or wanted to save

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.