-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathReadme.txt
24 lines (15 loc) · 876 Bytes
/
Readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Address Book
Your personal contacts manager
-------------------------------------------------------------------------------
The above python program, The Address Book, has been developed by Shryansh Parashar, aka Jaguar000212.
The source code is solely theirs and there is no plagiarism.
Some information has been taken from internet sources like geekforgeeks.org and stackoverflow.com for improvements and debugging.
Assets used belong to their respective owners.
Based on Python 3.10.5
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
Libraries used :-
1. Tkinter - (main library, for GUI)
2. Pillow - (for image processing)
3. sqlite3 - (for backend and data management)
-------------------------------------------------------------------------------