Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 992 Bytes

File metadata and controls

17 lines (14 loc) · 992 Bytes

Description:

Here is Python Script which creates an interface for an address book using Tkinter.

  • Tkinter: Tkinter is a standard library in Python which is used for GUI application. Tkinter has various controls which are used to build a GUI-based application.

Procedure to follow:

  • pip install tkinter
  • Provide your box size inside geometry function
  • Create a data list for appending temporary data during runtime
  • Create view, add, delete, and reset functions for updating the address book
  • Now at last using functions of tkinter like button, frame, label shape out your address book UI.

Sample Output:

For any queries please contact?