Skip to content

Nneji123/Book-Store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Store

Language Module

About

This is a GUI application made using tkinter(a python library). The tkinter package (“Tk interface”) is the standard Python interface to the Tcl/Tk GUI toolkit. Both Tk and tkinter are available on most Unix platforms, including macOS, as well as on Windows systems.

The program stores the following book information in a database:

  1. Title
  2. Author
  3. Year
  4. ISBN

The user can:

  1. View all records in the database
  2. Search an entry in the database
  3. Add an entry into the database
  4. Update entry in the database
  5. Delete an entry in the database
  6. Close the application

Requirements

  1. Python 3 installed
  2. Tkinter installed.

To run from the terminal:

cd BookStore
python frontend.py

A .exe file is also included so you can run the application(compiled using pyinstaller package) if you don't have python installed.

Image Preview

App

About

A GUI application made using Tkinter.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages