This project demonstrates how to set up and interact with a local SQLite database using Python.
This project includes:
- A SQLite database (
nammastore.db
) containing various tables for managing categories, customers, suppliers, products, transactions, payments, and more. - A Python script (
app.py
) that connects to the database and performs various operations.
Ensure you have the following installed:
- Python 3.x
- SQLite3
-
Clone the repository (if applicable):
git clone <repository-url> cd <repository-directory>