Skip to content

Instantly share code, notes, and snippets.

View UdayaPrakash98's full-sized avatar
🎯
Focusing

UDAYA PRAKASH UdayaPrakash98

🎯
Focusing
View GitHub Profile
#Resume Phrase Matcher code
#importing all required libraries
import PyPDF2
import os
from os import listdir
from os.path import isfile, join
from io import StringIO