No description
| .gitignore | ||
| anki2ppt.py | ||
| LICENSE | ||
| README.md | ||
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