Skip to content

Add initial versions of PhoneBook in C++ and Python (+ SQLite3)

Notifications You must be signed in to change notification settings

AbolfazlBorhani/PhoneBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Add PhoneBook application in C++ and Python

  • Implemented the PhoneBook functionality in C++.
  • Added Python version of the PhoneBook application.
  • Organized project structure with separate folders for each language (C++ and Python).
  • Using SQLite3 in Python version.

PhoneBook