This is a Python program that utilizes word,excel data to generate offer letters.
Before running the program, ensure that the required libraries are installed. You can install them using pip:
pip install kivy,pip install pandas,pip install docxtpl.
-
Edit the Template:
- Create the template according to the offer letter you need.
- Place the values that are to be fetched from the excel with {{value}} in the word
- save the file with offerletter1.docx
-
Create the Data:
- Create the excel with required fields for the offerletter to be generate.
- Save the file with offerletter_data.xlsx
-
Running:
- Execute the Python file "offer_letter_generator.py"

- Select the "offerletter_data.xlsx" from the files listed

- Click on the generate offer letter button to generate offerletters
- Then follow to the directory and offer letter folder will be generated and with Offer_letters consisting offerletter according to the domain with the name and file with the name.

- Execute the Python file "offer_letter_generator.py"
