Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 409 Bytes

BookStore Python

A interactive Bookstore made using Python GUI and Python MySQL.

Getting Started

Simply Clone or Download this repository.

Prerequisites

1.python

Download:www.python.org/downloads

2.tkinter

pip install tkinter

3.sqlite3

pip install sqlite3

Running the program

Simply open and run the BookStore_GUI.py