A simple Python application that allows the user to: Create new contacts with properties, Save contacts, Display contacts, Delete contacts and Display contact information.
To run this application, consider having Python3.6 and higher version installed on your pc.
Set-up Guide Run the following commands on the terminal to have a look at how this application works.
-
git clone https://github.com/lamechy/Contact_list.git -
cd Contact_list
At this point we start the application with the command;
./run.py