Python script to take the information from receipt and place in database
The script is apart of a larger app that allows receipts to be photographed, stored, and queried.
MN-Slack: <jetravis@slack.com>
Requires that python2.7 is intalled
- ::
- $ pip install . $ ./cart
Please Enter info from receipt 1. Store Name: 2. Date of Purchase(mm/dd/yy): 3. Sales Tax:
- Food Item 1:
- 5. Food Item 1 Cost: Any more items to enter? yes/no?
filename: receipt.json
- {
"date": "01/01/17", "items": [
- {
"cost": 1.5, "item": "apple", "qty': 4
},
- {
"cost": 4.0, "item": "grapes",
'qty': 1
}
], "sales_tax": 0.08, "store": "Target"
}
Contributions to this library are always welcome and highly encouraged.
See CONTRIBUTING for more information on how to get started.
The MIT License (MIT) - See LICENSE for more information.