Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 685 Bytes

File metadata and controls

28 lines (19 loc) · 685 Bytes

Online Library - Python & SQL Project

This project demonstrates a simple library database system using SQLite and Python.
It includes creating tables, inserting book data, and querying the database.

Books Included

  • Negative Self-Talk by Shad Helmstetter
  • How The Secret Changed My Life by Rhonda Byrne
  • The Little Prince by Antoine de Saint-Exupéry

Technologies Used

  • Python 3
  • SQLite3

Features

  • Create database and tables for books
  • Insert sample book data
  • Query and display book information

How to Run

  1. Make sure you have Python installed.
  2. Run the Python script:
    `bash python library_app.py