🎯 Modern and intuitive contact management interface showcasing our clean design philosophy and user-centric approach
A versatile contact management system that makes organizing connections effortless. Built with Python, ContactFlow offers both GUI and CLI interfaces with multiple storage options, making it perfect for both personal and professional use.
- ✨ Modern GUI interface with dark mode support
- 🖥️ Dual interface options (GUI/CLI)
- 💾 Multiple storage options (JSON/SQLite)
- 🔍 Advanced contact search
- ➕ Easy add/remove functionality
- 🔄 Real-time updates
- 📊 Contact history tracking
- 🎨 Modern GUI interface with customizable themes
- ➕ Add contacts with name, phone, email, and notes
- ❌ Remove contacts by name or ID
- 📋 Display contacts in table or list view
- 💾 Choice of JSON or SQLite storage
- 📅 Contact creation date tracking
- 🔍 Advanced search functionality
- 💫 Auto-save and load functionality
Modern graphical interface with:
- Sidebar navigation
- Contact table view
- Search functionality
- Settings panel
- Themed components
Traditional command-line interface for:
- Quick access
- Script automation
- Server environments
- 🐍 Written in Python
- 🎨 Uses tkinter and customtkinter for GUI
- 📦 Supports both JSON and SQLite storage
⚠️ Comprehensive error handling- 🕒 Datetime tracking for contacts
- 💾 Automatic data persistence
GUI.py
: Modern graphical interfaceupdate.py
: Traditional CLI interfacesample.py
: SQLite implementationcontacts.json
: JSON storagecontacts.db
: SQLite database
- Run
GUI.py
- Use the sidebar for navigation
- Add, view, or search contacts
- Access settings for customization
- Run
update.py
orsample.py
- Choose from the menu options:
- 🔵 Add contact
- 🔴 Remove contact
- 📋 Show contacts
- 🔍 Search contacts (SQLite version)
- 🚪 Exit
Note: ContactFlow is a basic contact management system suitable for learning purposes and simple contact storage needs. 🎯
Feel free to fork this project and enhance it with new features!
This project is licensed under the MIT License.
View License Text
MIT License
Copyright (c) 2024 ContactFlow
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
If you have any questions or need help, feel free to open an issue!
This project is created by @moelkenzi at SNU and @Gabaxey at Zam-Zam University.