This project demonstrates a simple library database system using SQLite and Python.
It includes creating tables, inserting book data, and querying the database.
- Negative Self-Talk by Shad Helmstetter
- How The Secret Changed My Life by Rhonda Byrne
- The Little Prince by Antoine de Saint-Exupéry
- Python 3
- SQLite3
- Create database and tables for books
- Insert sample book data
- Query and display book information
- Make sure you have Python installed.
- Run the Python script:
`bash python library_app.py