Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.41 KB

Resume Generator experimental

An Ubuntu-based Java application for generating resume with IIT-B header

Installation

Download the .zip file and then extract it, or clone this repository using the following command

git clone https://github.com/ys1998/Resume-Generator.git

After obtaining the source, cd into the extracted folder and run the following command

./install.sh

If above command doesn't work, try again after changing its permissions

chmod 755 install.sh
./install.sh [OR] bash install.sh

Above script will compile the source code, add a Desktop shortcut and set up an alias to run the application from the terminal


Usage

In order to run the application, use the Desktop shortcut or run this command from the terminal

resume-iitb

A window will pop up as shown below :

[insert image here]

Fill the data correctly in the fields of the various tab-panes and order them as per your requirement.

By default, a new, blank data file is used. The Load option may be used to load existing data.

Click on Save to save the data for future perusal and then click on Print.... In the pop-up that appears, select the type of PDF you wish to generate and then click on Confirm to obtain the resume.pdf file.

[insert images (save, load and print) here]