Skip to content

The Bookstore App is a PyQt6 desktop application integrated with SQLite for managing book data. Users can search for books by title, view their prices, and calculate total costs for selected quantities. Designed for simplicity, it features a dynamic UI, automatic database creation, and preloaded book data. Ideal for exploring Python GUI development

License

Notifications You must be signed in to change notification settings

magi8101/bookstore-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Bookstore App - PyQt6

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.


🌟 Features

  • 🔍 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.

🛠️ Technologies Used

  • Python: Core language for the project.
  • PyQt6: For building the GUI.
  • SQLite: Database for storing book information.

📋 Prerequisites

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)

🚀 Getting Started

Step 1: Clone the Repository

git clone https://github.com/magi8101/Library-management.git
cd Library-management

About

The Bookstore App is a PyQt6 desktop application integrated with SQLite for managing book data. Users can search for books by title, view their prices, and calculate total costs for selected quantities. Designed for simplicity, it features a dynamic UI, automatic database creation, and preloaded book data. Ideal for exploring Python GUI development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages