Welcome to the Contact System Project by Nandani Sisodia! This Python-based project is designed to manage employee contacts efficiently using a simple command-line interface. It allows users to add, view, update, and delete employee contact information, including employee IDs.
- Add new employee contacts with unique IDs
- View all employee contacts
- Update existing employee contact information
- Delete employee contacts
- Search for employee contacts by name or ID
- Python 3.x
- SQLite (for data storage)
- Command-line interface
To get started with the Contact System project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/nandani-sisodia-contact-system.git