The main aim of the project is to create GUI based Contact Management system, that provides the simplest management of contact details.
The purpose of the project is to Add Contacts, List Contacts, Update Contacts, Delete Contacts in a single appplication. It is easy to maintain the records in the single application and also database is managed.
-
If standalone script, short description of script explaining what it achieves.
Contact Management System project is written in Python. The project file contains a python script, it contains all the required functions
-
List out the libraries imported.
- Tkinter
- Sqlite3
- Install the required modules.
- Setup window for GUI appliction using tkinter window.
- Creating Function to create the database so all details can be stored and maintained.
- Creating Function to create submit the data, when submit button is pressed it will save the data in database
- Creating Function to create updating the data.
- Creating Function when the on-button is pressed to executed the function corresponding to that function.
- Setting up the frames, labels, entry and buttons for the application.
- Creating function for Deleting the contact data.
- Adding new window for getting the contact information.
- For new window the frames, labels and button are set.
- Atlast to execute tree is implemented.
- Mainloop is initialized to run above all the code.
Python 3.7 or above should have in PC. Install the required modules
- Tkinter [if not downloaded]
- sqlite3 Now the environment is ready to run the program.
- First download project.
- Then extract project.
- Double click in contact_management_system.py.
- Project is run
Rammya Dharshini K
None