A simple Bookstore app built with PyQt6 and SQLite. The app lets users search for books by title, view their prices, and calculate the total cost for a specified quantity.
- 🔍 Search Book by Title: Quickly search for books and view their prices.
- 💵 Calculate Total Cost: Input the quantity to get the total cost of a selected book.
- Python: Core language for the project.
- PyQt6: For building the GUI.
- SQLite: Database for storing book information.
Ensure you have the following installed before starting:
- Python 3.x
- PyQt6 (
pip install pyqt6
) - SQLite3 (comes pre-installed with Python)
- PYQt6-tools(
pip install pyqt6-tools
)
git clone https://github.com/magi8101/Library-management.git
cd Library-management