Skip to content

Instantly share code, notes, and snippets.

Avatar

Mohamed Haris harismohamed

View GitHub Profile
@harismohamed
harismohamed / ResumeOptimizerWC.py
Last active November 1, 2022 06:45
A resume optimizer application utilizing word cloud generator by Andreas Mueller
View ResumeOptimizerWC.py
"""
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