No description
Find a file
2026-03-31 21:27:35 +02:00
.gemini/skills/anki-creator Update anki-creator 2026-03-31 21:27:35 +02:00
scripts Update anki-creator 2026-03-31 21:27:35 +02:00
.gitignore Update anki-creator 2026-03-31 21:27:35 +02:00
anki-creator.skill initial: add anki-creator skill and scripts 2026-03-31 21:01:38 +02:00
ANKI_DISCLAIMER.md Update anki-creator 2026-03-31 21:27:35 +02:00
README.md initial: add anki-creator skill and scripts 2026-03-31 21:01:38 +02:00
requirements.txt initial: add anki-creator skill and scripts 2026-03-31 21:01:38 +02:00

anki-creator

Automatisierte Erstellung von Anki-Karten aus PDFs mit SVG- und MathJax-Support für die Gemini CLI.

Features

  • Textextraktion: Nutzt pdfminer.six zur zuverlässigen Erfassung von Inhalten aus Vorlesungsskripten.
  • Visualisierung: Automatisierte Erstellung von Venn-Diagrammen und Logikgattern als SVG.
  • Formeln: Volle MathJax-Unterstützung für mathematische und logische Symbole.
  • Export: Erzeugt sowohl CSV-Dateien als auch direkt importierbare .apkg Pakete.

Installation

  1. Klone dieses Repo.
  2. Installiere den Skill lokal:
    gemini skills install anki-creator.skill --scope user
    
  3. Lade die Skills neu: /skills reload (im interaktiven Modus).

Benutzung

Frage Gemini einfach: "Erstelle Anki-Karten aus Vorlesung.pdf für das Fach Physik mit dem anki-creator Skill."

Abhängigkeiten

  • Python 3.x
  • pdfminer.six
  • genanki