Skip to content

This is a very basic address book that reads out the input at the end of use.

Notifications You must be signed in to change notification settings

IAdamsHart/addressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This program is a basic address book using classes.
It has the cababilites to store a persons' name, basic contact information, and street address.

Not yet implemented:

  • Searching
  • Updating contacts
  • Printing to files

Development Environment

  • Visual Studio Code
  • Python 3.8.5

Execution

Ensure that Python is compatible, installed, and enabled.
Execution of the program: python addressBook.py

Program screenshot displaying the population of an entry in the address book

Useful Websites

  1. Python Reference
  2. Project Inspiration
  3. Tips on using Python lists

About

This is a very basic address book that reads out the input at the end of use.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages