enric1994 / csv2menu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CSV2Menu

Converts a CSV file into an elegant HTML to display your restaurant menu

Input

Features

  • Daily Specials
  • Sub-menus
  • Allergens (EU standard)
  • Calories

Usage

python3 csv2menu.py <CSV PATH> <RESTURANT NAME> <HTML OUTPUT PATH>

Example:

python3 csv2menu.py menu.csv 'Restaurant Name' output.html

Dependencies

  • Python3.8
  • beautifulsoup4
  • pandas

Credit

Inspired by piatto

Authors

About


Languages

Language:HTML 52.0%Language:Python 33.0%Language:CSS 14.9%