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
- Tkinter - (main library, for GUI)
- Pillow - (for image processing)
- sqlite3 - (for backend and data management)
- Run
installer.py
which will automatically install required python libraries. - Run
main.py
to open your Address Book. - A .db file will be generated in
\backend
to store all your contacts.
Protip : Delete the .db file to reset the App 🙂
⭐ From Jaguar000212