Skip to content

A simple GUI based Address Book Application in Python made as a part of Sem1 CS Project

Notifications You must be signed in to change notification settings

Vishwa-Mehta/AddressBook

Repository files navigation

A simple address book application in Python

This is an GUI based application that stores the basic details of a user like:

  • Name
  • Contact Number
  • Address
  • Email-id

Inputs:

  • Name
  • Contact Number(only upto 10 digits)
  • Address
  • Email-id(must be a valid email-id)

Running the program:

Note:
Python must be pre-installed to run this program.
Make sure that the "address_book.csv" file is in the same directory as the "addressBook.py"
cd ../AddressBook/
python addressBook.py

About

A simple GUI based Address Book Application in Python made as a part of Sem1 CS Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages