Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 427 Bytes

File metadata and controls

8 lines (6 loc) · 427 Bytes

Phone Book (Python3, Tkinter)

It's a simple phone book which use excelsheet for saving data. It saves the data on a csv file, it uses the array to temporary store it and then to find an item uses binary search. From the original version there were done some imporvements such as the binary search and some ui tweaks.


Excel file