Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 573 Bytes

Créer un agenda à importer dans GoodNotes :

Super outil pour générer un agenda avec hyperliens

  • Installer d'abord le dernier Python
  • Installer Node.js : https://nodejs.org/en/download/
  • Modifier python3 par python si Windows, dans package.json
  • Modifier locale.setlocale(locale.LC_ALL, 'fr_FR.UTF-8') dans planner_generator.py
  • Modifier builder = PlannerBuilder(year=2023, templates_path='src/templates') avec l'année

Les commandes :

pip install jinja2 playwright

npm i

npm run build