It takes info about your next travel and generate a small report, so you can think about different destinations with some comparison.
Then you can merge the single reports into a big one.
- Install python3 on your machine if is not already installed.
- Install
pandoc
on your system : HERE - Run this command in the root folder:
python -m travel_report_gui
Just fill the fields, select the output format and press Generate Report
.
This will generate a file called
Valencia.md
in the/reports
folder. Like this:
Voglia di andarci: 8.0/10
Numero Notti: 7
Partenza: Milano Bergamo 14:40
Arrivo: Valencia 16:40
Partenza: Valencia 09:10
Arrivo: Milano Bergamo 11:00
Bagaglio
10kg: 27.75€
Costo Medio a notte
90.0€ per 2 persone.
Costo Noleggio Veicolo
0.0€ per 6 giorni.
Costo Tragitto Casa Aeroporto
130.0€ treno o auto + casello + taxi o bus o navette varie.
COSTI per 7 notti
Totale: 823.18€
Tot a persona: 411.59€
Tot a notte per persona : 59€
Notes:
Ricorda di controllare il gli scioperi dei voli
Simply choose the output format and press Merge All Reports
You will find a merged file into the /merged
directory.