Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 893 Bytes

README.MD

File metadata and controls

34 lines (28 loc) · 893 Bytes

README

Description

This Python application allows users to create a shopping list based on recipes stored in a text file.

Features

  • Read recipes from a text file
  • Generate a shopping list based on selected recipes

Installation

  1. Clone the repository: git clone https://github.com/VapouDev/app-plats-py.git
  2. Navigate to the project directory: cd app-plats-py

Usage

  1. 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
    
  2. Run the application: script.pyw

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.