Page 55 - Phyton_GUIprogrammingwithTkinter
P. 55
P a ge | 46
Do -It-Yourself
2 - CREATE APPLICATION FORM USING TKINTER WIDGETS AND DATABASE
INTEGRATION
You’ve have been asked to design an application, the Employee Registration Form, which
helps management team of a company to collect and keep a record of all their existing
members for identification and recording purposes about their employees. To do that, you
will need to create a window with widgets to allow employee to fill in their details. This is to
keep track of their existing records in the event of anything important that may arise that
would warrant the use of such information. This has been the standard process of employers
worldwide and are intended to record consistent data of their employees.
Construct a Python program (using Tkinter module) to record information in a database
named Employee with two table User (Username and Password) and Staff (Name, Age, Email,
Gender, City and State). You need to show the results of the application as shown in Figure
1.0 and Figure 2.0.
Figure 1.0 Login Form