This Python application allows users to create a shopping list based on recipes stored in a text file.
- Read recipes from a text file
- Generate a shopping list based on selected recipes
- Clone the repository:
git clone https://github.com/VapouDev/app-plats-py.git
- Navigate to the project directory:
cd app-plats-py
- Add your recipes to the
recettes.txt
file in the following format:Spaghetti Carbonara - Spaghetti: 200 g - Oeufs: 4 - Bacon: 150 g - Parmesan: 50 g - Poulet: 100 g Salade César - Salade: 1 - Poulet: 200 g - Croutons: 50 g - Parmesan: 30 g - Sauce César: 100 g
- Run the application:
script.pyw
Contributions are welcome! Please fork the repository and submit a pull request.