Employee Management System

This is a Python Tkinter application for an Employee Management System with SQLite database integration.

Features

  • Four tables: Employees, Departments, EmployeePositions, and EmployeeAssignments.
  • CRUD operations on the database.
  • User-friendly interface using Tkinter.

Prerequisites

  • Python (3.x recommended)
  • SQLite3

How to Run

  1. Clone the repository:
git clone https://github.com/your-username/employee-management-system.git

2. Run emp.py file