address book

Complete Address Book Application Using Tkinter in Python with Source Code

Submitted by razormist on
The Complete Address Book Application is an interactive desktop application built entirely with Python using the Tkinter library. The application is simple yet effective, allowing users to store and manage contact-related information. The Complete Address Book Application Using Tkinter features tools that utilize CRUD operations and also provide the ability to export contact data. This project is

JDBC Address Book Version 1.0

Submitted by jakerpomperada on
About the code this is my first time to write a database driven Java application a simple address book which I called JDBC Address Book Version 1.0. My front end is Java using Swing as a graphical user interface and MS Access as my back end where I store my information. I hope this code will help anyone learn and understand database programming using Java. I learned many things while doing this

Address Book Entries Version 1.0

Submitted by jakerpomperada on
Hi there this is my first time to post a code in Java that Im using multi dimensional array as its data structure. I wrote again this code for a programming assignment of a student who as my help over the Internet. In this example it will display the name, telephone number and address of the user. I called this example a simple address book in Java. I intended this code for beginners in Java