Skip to content

Instantly share code, notes, and snippets.

@rsalaza4
Created March 21, 2024 17:15
Show Gist options
  • Save rsalaza4/8e40c7d447338c7dd0a0a623843251e9 to your computer and use it in GitHub Desktop.
Save rsalaza4/8e40c7d447338c7dd0a0a623843251e9 to your computer and use it in GitHub Desktop.
# Instantiate myResume variable
myResume = Resume(text)
# Obtain resume information
myResume.get_first_name()
myResume.get_last_name()
myResume.get_email()
myResume.get_univerisities()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment