Additional Information

SQlite Database

This Application uses an SQLite database. This is used to monitor and store user information gathered while they are on the application. It also stores login information from registration and encrypts it with Bcrypt to protect user data.

Coding

Programmed in Python coding language with over 450 lines of explained code. It’s connected to a SQLite database with seven Imported Packages.

  • Tkinter

  • Pillow

  • Message box

  • Image, ImageTK

  • SQlite3

  • QRcode

  • Bcrypt

QR Code Generator

This application has a QR code generator that prints QR codes that, when scanned, provide a digital receipt. This receipt includes the total cost and a thank-you message. This is coded using the Python QR code library.