The Smart Cart System is an automated checkout solution that simplifies the shopping experience using QR codes and a database-driven approach. Customers can scan items, track their purchases, and generate receipts automatically.
Caisse_auto/β Contains the core application source code.QRcode/β Stores QR codes used for item scanning.Database_p.dbβ The primary database storing existing product details.Data_client.dbβ A database that logs customer purchases (initially empty).Database.pyβ Handles SQLite queries for database operations.data.pyβ Creates the necessary tables in the database.main.pyβ The main script to launch the Smart Cart application.blue/&white/β Contain UI icons (partially filled).
If Database_p.db is missing, run the following command to create the required tables:
python data.py