Simple Employee Record System In PYTHON With Source Code

Project: Simple Employee Record System in Python with source code

About Project

This simple employee record system project is written in Python. The project file contains a python script (ers.py) and an excel file. This is a simple GUI based application which is very easy to understand and use. It uses Tkinter module for the GUI. Talking about the application, the user can add, search, and remove the employee records. All the data are stored in an excel sheet.

In order to add an employee’s record, the user has to provide his/her first name, last name, then select his department and position. To remove and search record, the user just has to provide the employee’s first name and the last name. After that, the operation will proceed. This is a simple GUI application, that uses external file (excel file) as a database to store the user’s data permanently.

The design is so simple that the user won’t find any difficulties while working on it. In order to run the project, you must have installed Python and Excel on your PC. This is a simple application system application for beginners. Simple Employee Record System in Python with source code is free to download. Use for education purpose only! For the project demo, have a look at the video below.

Project Demo

DOWNLOAD SIMPLE EMPLOYEE RECORD SYSTEM IN PYTHON WITH SOURCE CODE: CLICK THE BUTTON BELOW



0 0 votes
Article Rating
Subscribe
Notify of
guest
8 Comments
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
Niraj
Niraj
4 years ago

Traceback (most recent call last):
File “C:UserscomputerlabDesktopSimpleEmployeeRecord_PYTHONSimpleEmployeeRecorders.py”, line 4, in
from openpyxl import Workbook
ImportError: No module named ‘openpyxl’

Amar
Amar
4 years ago

I wanted to start entering data from first column .. what changes we need to do in coding part??

shankar
shankar
4 years ago

program is not running it showing errors

codeprojects
Editor
4 years ago
Reply to  shankar

what does the error say?

Alpesh
Alpesh
4 years ago
Reply to  codeprojects

Traceback (most recent call last):
File “C:/Users/admin/Desktop/oslproject.py”, line 4, in
from openpyxl import load_workbook
ModuleNotFoundError: No module named ‘openpyxl’
>>>

Subhadra
Subhadra
3 years ago

Hi Jisha,

Your code helped me develop a income tax details employee portal, but somehow the delete function doesn’t work.
Could you please guide?

Raul
Raul
2 years ago

Hi,
I have this error FileNotFoundError: [Errno 2] No such file or directory: ‘sample.xlsx’

8
0
Would love your thoughts, please comment.x
()
x