The aim of this project is to build an application able to manage contacts. The features that are implemented are mainly the following ones :
- Add a new contact
- Search for a contact, filtering by different fields
- Visualize all the contacts, with the possibility to order in an ascending or descending way, based on a field
- Visualize single contacts, being able to modify or delete it
The contacts are saved persistently, through a dictionary, using the pickle functions.
PyQt5 5.12.1
kivy 1.10.1
cython 0.29.6