Skip to main content

No project description provided

Project description

better-keynote-export

This is a script that can export Keynote presentations in formats that are better for sharing them as standalone documents. Natively,

  • Keynote will export slides with presenter notes as a PDF. But the resulting formatting is terrible, giving 50% of each page of the PDF up to the notes.
  • Keynote will export an HTML document, but it won't include presenter notes with it.

This script addresses both of these issues.

  • It generates a nicely-formatted PDF like this one, suitable for uploading to Speakerdeck or others.
  • It generates an html presentation in a minimalist, reader-friendly format inspired by Maciej Cegłowski.

Examples and Screenshots

Here is an example of the HTML site generated.

You also get PDF presentation slides that look like this:

A nice looking slide

Instead of the crappy ones that Keynote gives you:

A horrible looking slide

A full PDF sample can be found here.

Setup

pyenv virtualenv is a reasonable way to have isolated python environments. Follow their instructions for setting that up and then do this:

$ pyenv virtualenv 3.6.1 better-keynote-export
$ pyenv activate better-keynote-export
$ pip install -r requirements.txt

Usage

Use ./export.py --help to see all of the available options. Basically,

./export.py \
  --keynote=<the keynote file> \
  --outdir=<a path> \
  --title=<the name of the presentation> \
  --twitter-username=<your twitter username>

The output path gets both a PDF file and a self-contained website that you can easily host with (for example) GitHub pages.

Notes

You must have Keynote installed to use this.

Fundamentally, this works by scripting Keynote using Applescript. The details of this helpfully change from Keynote version to version. So if the script isn't working, it might be that I haven't updated it recently and minor tweaks are needed for the latest version of Keynote. Pull requests welcome!

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

keynote_export-0.1.3.tar.gz (158.7 kB view details)

Uploaded Source

Built Distribution

keynote_export-0.1.3-py3-none-any.whl (158.8 kB view details)

Uploaded Python 3

File details

Details for the file keynote_export-0.1.3.tar.gz.

File metadata

  • Download URL: keynote_export-0.1.3.tar.gz
  • Upload date:
  • Size: 158.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for keynote_export-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3df10cad36ad4a401af8891bed9e005c4da2ef89be9504953d24081204bcfa55
MD5 3e5f032aaa01275334a0596f35088302
BLAKE2b-256 7fe0533fe85d123ec07f0dde897a9ab4267fbe9653d7d53bd014aa772c90b06c

See more details on using hashes here.

Provenance

The following attestation bundles were made for keynote_export-0.1.3.tar.gz:

Publisher: release.yml on mcfunley/better-keynote-export

Attestations:

File details

Details for the file keynote_export-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for keynote_export-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 04c380c21fbd1d36d595a3322c505476b63e36df97be687471820f6f81eb5b89
MD5 f156e608a8f798db7d2f8cdb7766b445
BLAKE2b-256 ab0dd8b6ba5918b782c232114e66875ce13e5e063e518fe4ad398249f8a22a4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for keynote_export-0.1.3-py3-none-any.whl:

Publisher: release.yml on mcfunley/better-keynote-export

Attestations:

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page