Skip to content

Latest commit

 

History

History

Address Book

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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?