Skip to content

Latest commit

 

History

History
44 lines (42 loc) · 2.11 KB

README.md

File metadata and controls

44 lines (42 loc) · 2.11 KB

Python: SQLite + Tkinter

GitHub repo size GitHub language count GitHub forks Bitbucket open issues Bitbucket open pull requests

Project Purpose:

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:
    imgSQLite

  • Graphic interface 1:
    imgTkinter1

  • Graphic interface 2:
    imgTkinter2
  • 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.