JHertz5 / shopping_list

python script to generate shopping list from Google Sheets spreadsheet
GNU General Public License v3.0
1 stars 0 forks source link

Separate different "tasks" into different scripts in ./bin #76

Closed JHertz5 closed 9 months ago

JHertz5 commented 10 months ago

Split recipe_url and suggest_recipe out of generate_list to simplift the interface.

JHertz5 commented 10 months ago

Might not do this. It would simplify the interface, but then I have to maintain three different version numbers? It's basically three different tools in one project at that point? And if I'm never using these, maybe I should just remove them.

JHertz5 commented 9 months ago

Not going to do this.