Skip to content

Instantly share code, notes, and snippets.

View harismohamed's full-sized avatar

Mohamed Haris harismohamed

View GitHub Profile
@harismohamed
harismohamed / ResumeOptimizerWC.py
Last active December 14, 2023 03:22
A resume optimizer application utilizing word cloud generator by Andreas Mueller
"""
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