๐ Excel Evaluation GUI Tool
A Python-based Tkinter GUI application for structured data entry and Excel file evaluation. This project provides an interactive interface with input validation, styled dropdowns, and Excel upload functionality.
โจ Features
โ Department selection via styled dropdown (ttk.Combobox)
โ Dynamic input fields generated based on department
โ Real-time validation with red highlight for invalid entries
โ Submit button appears only when department is selected
โ Excel file upload & processing after successful validation
โ Reset functionality โ restores app to initial clean state
โ Styled buttons & headings for better user experience
๐ Tech Stack
Python 3.x
Tkinter / ttk for GUI
openpyxl / pandas (for Excel file handling, if used in process_excel)