Taco Bell Optimizer
menu_scrape.py scrapes the taco bell website for the menu prices/calories
-Requests
-bs4
missing calories for all items
live_mas.py will maximize the total spend due against a budget constraint and taxes.
-Pandas
-Pulp
-user input for budget
-user input for item limit (and work around "no limit")
-add a calorie constraint
-add product categories
- allow user to prioritize categories and set category dependent item limits
-add tax dictionary and allow user to input state for tax accuracy.
live_mas - solver.xlsx is an excel implementation of the optimization