Skip to content

daniel-huang-1230/Python-GUI-Bookstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

This program contains both front-end and back-end code for a bookstore app with a simple graphical user interface (GUI) built with Tkinter library. While I personally might not choose Tkinter if I were to build a real-world app with modern UI, Tkinter serves me well in terms of getting me familiar with how to connect to databases(SQLite in this case), manipulatie data, and reflect the changes on the front end with Python.

The program supports all 4 essentail CRUD functionalities and I also manage to package the program into a standalone executable file for production/distribution using py2app library by following the tutorial here.

For the standalone executable, please see the app folder and look for file named frontend inside folder dist.

Screenshot

2018-01-06 06 18 21 pm

2018-01-06 06 56 01 pm

Author

@Daniel Huang

About

database application(SQLITE) with simple graphical user interface built by Tkinter

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published