Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 711 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 711 Bytes

TACO Sheet

Description

TACO is a Brazilian food nutrition table.
I tried to download the .xls from the website but the link is broken.
Therefore, I created this script to download the .pdf and extract the tables from it, storing them on .csv files.
There is no guarantee that the values were read correctly.

Getting Started

Dependencies

  • Python >= 3.9
  • Pipenv

Installing

  git clone https://github.com/alexandredias3d/taco-sheet
  cd taco-sheet
  pipenv install

Executing

  pipenv run python main.py

License

This project is licensed under the MIT License - see the LICENSE.md file for details