Skip to content

Fais ta liste de courses en ajoutant des plats en python

Notifications You must be signed in to change notification settings

VapouDev/liste-courses-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages