This article describes the process involved in making a Address Book, GUI based project with Python. — Talking about the system, it contains all the required functions which include adding, viewing and updating the address records. While adding the address of a person, he/she has to provide first name, last name, street, city, state and the zip code. The user can also update the address if he/she…