mowbraysuburbs / Book_clerk_sqlite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Book Store Clerk Program

A python script that uses the sqlite package to design a program that a bookstore clerk can use to store book informaiton. This was one of the Capstone projects required for HyperionDev data science course.

The program can do the fololowing:

The script does the following to the database

  • Add new book
  • Update book information
  • Delete book from database
  • Search the database to find a specific book

About


Languages

Language:Python 100.0%