Skip to content

Python Contacts List v1.0

Latest
Compare
Choose a tag to compare
@mostafabaghi mostafabaghi released this 06 Jun 22:20

πŸ“‡ 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!