Skip to content

divyabauskar/resume-analyser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Resume Skill Extractor (CLI Tool)

This is a simple Python command-line tool that extracts skills from a resume PDF.
It uses the PyMuPDF library (fitz) to read PDF content and matches keywords from a predefined list of skills. 📌 Features

  • Accepts any .pdf resume as input
  • Extracts skills like Python, Java, HTML, etc.
  • Simple and beginner-friendly CLI
  • Works with full file paths and file names
  • 🔧 Requirements
  • Python 3.7+
  • PyMuPDF (fitz) Install PyMuPDF using:
pip install PyMuPDF
How to run:
python pskill.py
Enter the PDF file name (with extension): resume.pdf
Sample Output:
Skills found in the resume:
- python
- html and css
- communication

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages