Address book With Python Tkinter & SQLite - Part5

preview_player
Показать описание
Elaboration d'un gestionnaire des clients ou un carnet d'adresse en Python Tkinter - parite5.
Dans cette cinquième partie de l'application carnet d'adresse en Python Tkinter, nous allons créer le code du bouton de commande add_customer pour ajouter un nouveau client à la base de données SQLIte3 etcomment afficher le nouveau client ajouté sur la table treeview. La version de python qui a été utilisée: Python 2.7 et python 3.7 version Windows 7 , python Windows 8, Python Windows 10. Pour un bon visionnage de la vidéo, utiliser le navigateur google chrome.
Development of a client manager or an address book in Python Tkinter - parite5.
In this fifth part of the address book application in Python Tkinter, we will create the code for the add_customer command button to add a new customer to the SQLIte3 database and how to display the new customer added on the treeview table. The version of python that was used: Python 2.7 and python 3.7 version Windows 7, python Windows 8, Python Windows 10. For a good viewing of the video, use the google chrome browser.
Рекомендации по теме
Комментарии
Автор

Merci beaucoup pour la vidéo et l'explication simple

nacermahf
Автор

merci beaucoup sur ce travail, cependant, j'ai un petit problem au niveau de cette ligne j'aimerais que tu m'aide ; cur.execute("INSERT INTO customers('name', 'phone', 'moreinfo') VALUES (?, ?, ?)", (name, phone, more))

NameError: name 'name' is not defined

tissemsiltuniversity_econo
Автор

merci pour c'est vidéo. momkin dir lina vidéo fih SQLite3 et pyQt4

КаримБэнани
Автор

شكرا على الدورة
لكن هناك مشكلة في الترقيم حيث عند إضافة أشخاص نجد الترقيم يكمل من آخر رقم مسجل رغم الحذف

didoblack