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
.pdfresume 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