Use the following commands to generate weather reports:
python src/main.py --once --style corporate
— Generates a report now, with the corporate style in Excel and Google Sheets.python src/main.py --once --style minimal
— Generates a report now, with the minimal style.python src/main.py --once --style modern
— Generates a report now, with the modern style.python src/main.py --style corporate
— Schedules daily report generation with the corporate style.python src/main.py --style minimal
— Schedules daily report generation with the minimal style.python src/main.py --style modern
— Schedules daily report generation with the modern style.You can use the web interface to execute these commands and generate the reports.