Skip to content
Jorge Marcelo Risco edited this page Jul 28, 2020 · 13 revisions

Welcome to the Report_Maker wiki!

Open-source software developed to ease the creation of reports related to the group Zenith Aerospace (EESC-USP)

Report_Maker receives log data and generates graphs based on it. It then generates a latex file with those graphs included. Even thought its main goal is to quickly generate statistics-related reports it can also be used to quickly generate a simple latex file following Zenith's Template.

How to use it?

  1. Download python3 (with pip).
  2. DOWNLOAD the folder MAIN
  3. If you're using windows just click on run.bat
  4. If you're using another OS or a VIRTUAL ENVIRONMENT such as **CONDA **use the following code to install the dependencies:

python -m pip install -r requirements.txt

or

python3 -m pip install -r requirements.txt

then run main.py to launch the program.

python main.py

or

python3 main.py

Project Management

Jorge Marcelo del Llano Risco

Back-End development

Data_Parser Leonardo Celente

Statistics Maíra Canal

Latex_generator Jorge Marcelo del Llano Risco

Front-End development

Leonardo Celente

Maíra Canal

Zenith's Latex Template

Guilherme Sobral de Albuquerque

Clone this wiki locally