josuegbl / shoppingcart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

// Usage:

ckt = CheckoutClass("pathToPrices.json","pathToDiscounts.json")

to insert the items: ckt.scan("ITEM").

to get the total amount to pay: ckt.total().

About


Languages

Language:Python 100.0%