Skip to content

Anubhavdevv/AddressBook-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Address book using python

The objective of this project is to create an Address book using python in which the user can add a new contact, edit and delete existing contact and view all the contact. In this python project for beginners, the user has to click on a button which functions the user wants to access Eg – To edit a contact, the user has to first select a contact then click on view button then edit the contact and then click on edit button. To add a new contact user has to click on the add button

These are the step to build a contact book python project:

  1. Importing module
  2. Initializing window
  3. Define buttons
  4. Define functions

Technologies Used

  • Python3:- Python is now one of the most popular and widely used programming languages in the world. Besides web and software development, Python is used for data analytics, machine learning, and even design.
  • Tkinter for GUI:- We build our address book project with the help pf tkinter module. Tkinter is a standard GUI library for rendering graphics.
  • SQL LITE For DataBase:- SQLite is often used as the on-disk file format for desktop applications such as version control systems, financial analysis tools, media cataloging and editing suites, CAD packages, record keeping programs, and so forth. The traditional File/Open operation calls sqlite3_open() to attach to the database file.

About

AddressBook in Python using Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages