https://github.com/ananya-0306/contact_management_system
Contact Management System project is written in Python. The project file contains a python script (index.py). This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating contact lists. While adding the contact of a person, he/she has to provide first name, last name, gender, address and contact details. The user can also update the contact list if he/she wants to. For this, the user has to double-click on a record that he/she wishes to edit. The system shows the contact details in a list view. And also the user easily delete any contact details.
https://github.com/ananya-0306/contact_management_system
begginer-tutorial contactmanagement database project-management python3 pythonforbeginner pythonprojects
Last synced: 27 days ago
JSON representation
Contact Management System project is written in Python. The project file contains a python script (index.py). This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating contact lists. While adding the contact of a person, he/she has to provide first name, last name, gender, address and contact details. The user can also update the contact list if he/she wants to. For this, the user has to double-click on a record that he/she wishes to edit. The system shows the contact details in a list view. And also the user easily delete any contact details.
- Host: GitHub
- URL: https://github.com/ananya-0306/contact_management_system
- Owner: Ananya-0306
- License: mit
- Created: 2021-04-01T10:27:00.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-05T14:42:35.000Z (about 4 years ago)
- Last Synced: 2023-03-11T08:47:36.385Z (about 2 years ago)
- Topics: begginer-tutorial, contactmanagement, database, project-management, python3, pythonforbeginner, pythonprojects
- Language: Python
- Homepage:
- Size: 20.5 KB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Contact_management_system
# Made with ❤ by Ananya Chatterjee!
***** FOR MORE PROJECTS :- https://github.com/Ananya-0306?tab=repositories *****
Contact Management System project is written in Python. The project file contains a python script (index.py). This is a simple GUI based project which is very easy to understand and use. Talking about the system, it contains all the required functions which include adding, viewing, deleting and updating contact lists. While adding the contact of a person, he/she has to provide first name, last name, gender, address and contact details. The user can also update the contact list if he/she wants to. For this, the user has to double-click on a record that he/she wishes to edit. The system shows the contact details in a list view. And also the user easily delete any contact details.
This GUI based Contact Management system provides the simplest management of contact details. In short, this projects mainly focus on CRUD. There’s an external database connection file used in this mini project to save user’s data permanently. In order to run the project, you must have installed Python, on your PC. This is a simple GUI Based system, specially written for the beginners.