Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 578 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 578 Bytes

Python-Grouper

Generates Group based on a csv

Instalation

Python part

pip install -r requirements.txt
  • grip is used to generate github flavoured html in python.
  • pdfkit it is used to convert from html to pdf in python.

System wide part

You will need wkhtmltopdf to convert from html to pdf. In debian:

sudo apt install wkhtmltopdf

Usage

python Grupos.py <quantity_per_group> <csv_file> <name_exported_file>