Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

📇 Contact Book

A simple contact management application created for my CANTILEVER Python Programming Internship.


✅ Features

  • Add new contacts with name, phone, and email.
  • View all saved contacts.
  • Update or delete contacts.
  • Search contacts by name.
  • Data is stored persistently in a local JSON file.

🛠️ Technologies Used

  • Python
  • Tkinter for GUI
  • JSON for file-based data storage

🚀 How to Run

  1. Make sure you have Python installed.
  2. Install requirements (if any): pip install tkinter

markdown Copy Edit (Usually Tkinter is pre-installed.)

  1. Run the app: python contact_book.py

yaml Copy Edit


📂 Files

  • contact_book.py — Main application script.
  • contacts.json — Stores all contact data.

📝 Notes

  • Make sure contacts.json is in the same folder.
  • Data persists even after closing the app.

🙌 Author

MOHD ADEEB