Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 756 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 756 Bytes

Python_crud

Tkinter Program : Perform CRUD(Create, Read, Update, Delete) Operation. Python Program.

DataBase Name : 'crud tkinter' Table Name : 'employee_master' , 'designation'

Button : Frist, Last, Previous, Next, Update, Delete, Insert, Clear

Input Fields : Employee Code(primary key), Employee Name, Employee Address, Employee City, Employee Birth Date, Employee Monthly Salary, Employee Class of Employee (Class I, Class II, Class III or Class IV)(Radio), Employee Gender (Male / Female / Other) (Radio), Employee Designation(Combo Box should filled from database table name designation).

Screenshot (329)