You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This project was made thinking about integrating a database and a graphical interface, which allows the user to insert, delete, search and update customer data.
Language: Python.
Database: SQLite.
Libraries used:
import tkinter
import os
import messagebox
import sqlite3
import Error
Images:
SQLite:
Graphic interface 1:
Graphic interface 2:
Other warnings:
The project was created with the intention of training skills related to simple conditionals, error handling, database, graphical interface, use of functions and libraries, linking other python files within a program and others.
Two different interfaces were used for aesthetic and operational reasons. Any questions please contact us.