-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Jorge Marcelo Risco edited this page Jul 28, 2020
·
13 revisions
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.
- Download python3 (with pip).
- DOWNLOAD the folder MAIN
- If you're using windows just click on run.bat
- 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