Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Contact Management App

A simple command-line Contact Management System built in Python. It allows users to add, view, update, delete, and manage contacts interactively.

Features

  • Add new contacts (name, phone number, email)
  • View all saved contacts
  • Search and open contact details
  • Update existing contact information
  • Delete a contact
  • Simple command-line interface

Prerequisites

Make sure you have Python 3.x installed. You can check by running:

python --version

How to Run

  1. Clone the repository

    git clone https://github.com/yourusername/contact-management-app.git
    cd contact-management-app
    
  2. Run the script

    python contact_manager.py
    

Future Improvements

  • Store contacts in a database (SQLite)
  • Add a graphical interface (GUI) using Tkinter or PyQt
  • Implement a search feature

License

This project is open-source under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages