Python GUI Bookstore Save

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

Project README

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

Open Source Agenda is not affiliated with "Python GUI Bookstore" Project. README Source: daniel-huang-1230/Python-GUI-Bookstore
Stars
44
Open Issues
2
Last Commit
1 year ago

Open Source Agenda Badge

Open Source Agenda Rating