8000 GitHub - wzid/mini-keynote at 1.0
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wzid/mini-keynote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

mini-keynote

A tool to present slides based on a text file. Designed to be simple with few features.

Based off the suckless tool, sent.

Usage

Using the script

To present a file all you have to do is put the text file in the same directory as the main.py script.

Then run the script with the file name as an argument.

python3 present.py pres.txt

Installing the script

To install the script, you need to move it to a directory in your PATH.

sudo cp present.py /usr/local/bin/present

Then you can run the script from anywhere.

present file.txt

Presentation File

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
0