Skip to content

Integration of a graphical interface (Tkinter) and database (SQLite)

Notifications You must be signed in to change notification settings

KauaMB2/Python-SQLite-Tkinter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

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.

    Releases

    No releases published

    Packages

    No packages published

    Languages