π A simple yet powerful desktop contact manager built with Python and Tkinter.
π― Features in v1.0:
- View all saved contacts from the local
contacts/
folder - Add new contacts with name, phone number, and email
- Edit and delete contacts instantly
- Each contact stored as a standalone .txt file β no database needed
- Offline, fast, and beginner-friendly GUI
Perfect for small personal contact lists, quick CRM demos, or practicing file-based CRUD in Python.
π§ Just run main.py
and start managing your contacts!