Skip to content

Resume Extractor : An application to extract resume from links in a CSV file. Useful for people associated with the Training and Placement Cells and HR Department

Notifications You must be signed in to change notification settings

Shresth-Jain/Resume-Extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Resume Extractor

This application can be used to extract the resumes from a csv file and store the same in a zip file

New.video.mp4

Table of Contents

Background

This application is particularly useful to people associated in the process of hiring including but not restriced to Training and Placement Officers and the HR Managers.

Problem Statement: When working with a large CSV file with a list of links of resumes it can become a tedious task to manually open each link and inspect the same.

Solution: Using the Resume Extractor you can extract all the resumes which were initially present in a csv file as links into pdf format. The program additionally converts the folder into a zip file so that it can be easily shared across the team.

Install

This project uses python. Go check them out if you don't have them locally installed.

Once you have python setup on your device, use the below commands to install the required libraries:

$ pip install -r requirements.txt

OR

$ pip3 install -r requirements.txt

Usage

Run the main.py file using any IDE/terminal/shell.

python3 main.py

OR

python main.py

A dialog box appears from where you can select the .csv file on which the operation is to be performed. After that the program will execute and you will have your zip file in the out folder.

Also in case of any invalid or inaccessible links, you will have the list of those candidates on the console.

Maintainers

@Shresth-Jain.

Contributing

Feel free to dive in! Open an issue or submit PRs.

Resume Extractor Application follows the Contributor Covenant Code of Conduct.

License

MIT © Shresth Jain

About

Resume Extractor : An application to extract resume from links in a CSV file. Useful for people associated with the Training and Placement Cells and HR Department

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages