Skip to content

s777610/BookStore_SQLite_DB_Standalone_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a standalone executable application, which is able to store the information of Book. The application was built by two parts, the frontend, and backend. For the frontend, I used the Tkinter to build the graphical user interface, including button, entry widget, list box, scrollbar, and label. All components have their own functionality. For the backend, I used SQLite as the database to store the data. It allows users to do SQL operation, including view all, select, update, delete and insert.

This is how graphical user interface look like.

screen shot 2018-07-06 at 6 04 12 pm

Users can view all data from database if click view all button. In addition, users can click the specific row from list box and delete it.

screen shot 2018-07-06 at 6 08 11 pm

Users are able to type the kew word into entry form in order to find specific entry.

screen shot 2018-07-06 at 6 09 03 pm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published