This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
""" | |
Word Cloud Resume Optimizer | |
By Mohamed Haris | |
GitHub ID: @harismohamed | |
""" | |
#install and import required libraries | |
!pip install python-docx | |
!pip install wordcloud | |
from docx import Document |