Phonebook with python, sqlite3 and tkinter | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Phonebook with python, sqlite3 and tkinter

Hi! I have a task in my school to make a phonebook using python, sqlite and tkinter. But I have no idea where to start. Can anyone help me? Maybe some examples with explanations? Thanx

25th Feb 2020, 9:32 AM
Maksym Hnatkov
Maksym Hnatkov - avatar
3 Answers
+ 2
Both tkinter and sqlite3 are very well documented. You can also find many examples and tutorials online. If you don't know any of them, it would be better to first start with tkinter, and design the application. After you're done you can start implementing sqlite3, which would only take few hours if not less. We can't write the code for you, but if you make an attempt, we may be able to fix your code. Good luck!
25th Feb 2020, 9:35 AM
Aymane Boukrouh
Aymane Boukrouh - avatar
+ 1
Thank you so much
25th Feb 2020, 9:44 AM
Maksym Hnatkov
Maksym Hnatkov - avatar