Skip to content

Contact book manager application using Python and SQL

Notifications You must be signed in to change notification settings

tokyolatter04/Contact-Book

Repository files navigation

Contact-Book

About

This is a Tkinter application which uses a database to store Contacts. It is an example of how a contact book would work using an SQL database, it gives the user the ability to add and remove contacts from the contact book.

Features

  • Add contacts to the database
  • Remove a contact from the database
  • Efficient and tidy database helper class
  • Divided classes into seperate modules
  • Error checking on creating a new contact
  • Validates user inputs using Regex
  • Stored items in a local database

Contact Book Window

picture1

Add New Contact Window

This is a window which allows the user to add a new contact to the database.

picture2

Supports error handling, for example it requires the user to enter a name with a valid email and phone number

picture3

About

Contact book manager application using Python and SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages