A complete Book Store Management System built using Python and MySQL.
- Add Books
- Add / Remove Staff
- View Staff Details
- View Available Books
- Sell Record Tracking
- Total Income Generated
- View Available Books
- Purchase Books
- Automatic Stock Update
- Python
- MySQL
- mysql-connector-python
- Install MySQL
- Create database: book_store
- Install dependency: pip install mysql-connector-python
- Run: python book_store.py
Manish Debnath