No description
This repository has been archived on 2025-01-17. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
2018-11-08 16:26:04 -06:00
.gitignore Initial commit 2018-11-08 16:18:53 -06:00
anki2ppt.py Initial commit 2018-11-08 16:18:53 -06:00
LICENSE Add license file 2018-11-08 16:26:04 -06:00
README.md Initial commit 2018-11-08 16:18:53 -06:00

anki2ppt

A Python script that can be used to convert an exported Anki deck to a Microsoft PowerPoint presentation. This script has only been tested on exported collections with only one deck.

Dependencies

This script was written for Python 3. It has been tested on Python 3.6 and Python 3.7. Additionally, python-pptx is a required library.

Usage

usage: anki2ppt.py [-h] [-i --input]

A utility for converting an Anki collection to a basic Microsoft PowerPoint
slideshow.

optional arguments:
  -h, --help  show this help message and exit
  -i --input  The filepath of the Anki collection to convert