This is a basic phonebook program where you can store your contacts. The numbers and other info are stored locally in a json file.
We are at version 3. Ref versions.md
.
The program allows you to
- Add a contact with name, multiple phones, multiple emails, address, note,
- Remove a contact,
- Edit details of a contact,
- Search for a contact's details,
- Print the complete book to PDF format (requires
pdflatex
1).
- See MiKTeX for a
pdflatex
distribution.
To install the program, navigate to your desired directory and run git clone https://github.com/zplus11/Phonebook_python.git
in the console. Then run phonebook.py
. To use this program, you ONLY need that file apart from pdflatex
.
(May not correspond to the latest commit...)
- Showing the book. Type 1a to list details of each contact.
- Showing detail of a contact.
- Add a contact.
- Remove a contact.
- Edit a contact
- Print the book to PDF
- Launch and minor changes
- Colour support
- Added
admin
block for saving preferences inphonebank.json
- Misc: All numbers are within lists now
- Added option to export book into pdf
- Fixed some minor bugs
- Probably the last version
- Rewrote completely in a far better way