This is a simple Contact Management System built using core Python β no external libraries or databases required. It uses a flat file (database.txt) to simulate database-like behavior, allowing users to insert, search, and delete contact entries via a CLI interface.
β
Add new contact
β
Search contact by name (supports partial match)
β
Search contact by group
β
Delete contact by keyword (name/phone/email/group)
β
Auto ID assignment
β
Stores data persistently in database.txt
π¦ Python_mini_projects/ βββ database.txt # Stores all contact records βββ main.py # Main Python script βββ LICENSE # MIT License βββ README.md # Project documentation