r0meroh / DatabseWithGui

A Database using sqlite3 and tkinter.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DatabseWithGui

A Database using sqlite3 and tkinter.

This was a database created and modified to introduce dynamic interfaces and databases to the students that I teach python lessons to.

The program uses sql calls to manipulate calls for text written to a text file

sqp_funcs2

sql_funcs3

The python scsript intergrates definitions with tKinter objects to take in data.

back_end

tKinter objects

tkinter

This is how the GUI looks on Ubuntu when it is initialized.

empty_GUI

A entry can be added in through text fields.

add_game

Then a text file is created to store all the entries.

text_file

Entries can be selected by either clicking on the interface or typing into the text fields.

all_games

delete_colums

The entry field can be updated in real time using the buttons on the right. delete_sonic

About

A Database using sqlite3 and tkinter.


Languages

Language:Python 100.0%