Skip to content

Smurtan/AddressBook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

AddressBook

The Address Book application implemented in the console. In my book, you can:
➡ Add a contact with the following parameters: first name, last name, phone number, email;
➡ View the current list of accumulated contacts;
➡ Find the person you need by name or phone number, and it is not necessary to know them completely;
➡ Delete an outdated or irrelevant contact using a conveniently implemented function;
➡ You can call the instructions at any time if you forgot something.

image

Naturally, the program provides error handling and maximum work has been done to facilitate use so that the user has only a good impression😄.

The address book data is stored in a separate file with a copy, which ensures greater safety. Access to the file is implemented using the Pickle module.

And of the pleasant little things, I will add that my program will always say hello to you and highlight the main elements of the interface - in color, so that you don't forget anything for sure and can easily get the necessary information.

Have a nice day😋

About

Console application - "Address Book"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages