It is a Python-based attendance management system designed for small to medium-scale organizations. It allows adding employees, marking attendance, viewing records, and exporting data to CSV format with an intuitive interface.
- Add employee details (name, department, etc.)
- Mark daily attendance
- View attendance records
- Export attendance data to CSV
- Simple and user-friendly GUI (Tkinter)
- Python
- Tkinter (GUI)
- MySQL (Database)
- CSV for data export