Skip to content

seankreid/python-phonebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

PythonPhonebook

Phonebook app created using Python 3, the tkinter library, and SQLite.

  • The program displays a menu and gives you the following options:
    • to add an entry
    • lookup an entry
    • print all entries
    • quit
  • When you add an entry it gets added to a SQLite database
  • When you lookup and entry it gets the entry details from a SQLite database
  • When you view all entries it gets them from a SQLite database

Note: no_GUI_phonebook.py is the same application however it features no tkinter GUI.

Using

python3 phonebook.py

or

python3 no_gui_phonebook.py

About

Phonebook application created using python 3

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages