Skip to content

Releases: wzid/mini-keynote

1.0

17 Apr 18:21
Compare
Choose a tag to compare

Installation

macOS

This command will install the script in your /usr/local/bin directory.

We assume that your system has python3 installed at /opt/homebrew/bin/python3. You may have to modify the shebang line in the script to point to your python installation.

$ sudo curl -o /usr/local/bin/present https://github.com/wzid/mini-keynote/releases/download/1.0/present-mac.py && sudo chmod +x /usr/local/bin/present
$ present [presentation-file]
Linux

This command will install the script in your /usr/local/bin directory.

We assume that your system has python3 installed at /usr/bin/env/python. You may have to modify the shebang line in the script to point to your python installation.

$ sudo curl -o /usr/local/bin/present https://github.com/wzid/mini-keynote/releases/download/1.0/present-linux.py && sudo chmod +x /usr/local/bin/present
$ present [presentation-file]
Windows

To use on windows you will either need to manually make the python file an executable or run it with python from the project directory.

$ git clone https://github.com/wzid/mini-keynote.git
$ cd mini-keynote
$ python3 present.py baseline/pres.txt

Usage

This is a tool meant to present text files. Each slide is separated by a blank line.

If you want to display an image, prepend the url with an '@' symbol.

A sample presentation file looks like this:

mini-keynote

made by cameron

It includes these features:
- bullet points
- images
- press `i` to invert colors
- simple presentations

@https://i.imgur.com/r0we4CM.png

To invert the colors of the slides, press i.