A Python GUI application built using Tkinter that allows users to fill out job applications and automatically saves their data to an Excel file using OpenPyXL.
- Modern dark-themed GUI
- Input fields for name, contact, age, qualification, and more
- Saves all entries to
Job_Applications.xlsx - Buttons with hover and border effects

- Python 3.x
- openpyxl (
pip install openpyxl)
- Download or clone this repository
- Open the folder in your terminal
- Run:
python job_form.py