Adam. R

Present slides in Linux terminal with this epic Python Tool!

Created February 24, 2022

Introduction

Presentations are often boring. This is why some people add animation or comics/meme to add some humor and style to break the monotony.

If you have to add some unique style to your college or company presentation, how about using the Linux terminal? Imagine how cool it would be!

Python based application named Present lets you create markdown and YML based slides that you can present in your college or company and amuse people in the true geek style.

Features of Present


Installing Present on Linux

Present is a Python based tool and you can use PIP to install it. You should make sure to install Pip on Ubuntu with this command:

sudo apt install python3-pip

If you are using some other distributions, please check your package manager to install PIP3.

Once you have PIP installed, you can install Present system wide in this manner:

sudo pip3 install present

You may also install it for only the current user but then you’ll also have to add ~/.local/bin to your PATH.


Using Present to create and present slides in Linux terminal

Since Present utilizes markdown syntax, you should be aware of it to create your own slides. Using a markdown editor will be helpful here.

Present needs a markdown file to read and play the slides. You may download this sample slide but you need to download the embed image separately and put it inside image folder.

Sample: Sample Download

Keep in mind that resizing the terminal window while running the presentation will mess things up and so does pressing enter key.


Conclusion

If you are familiar with Markdown and the terminal, using Present won’t be difficult for you.

You cannot compare it to regular presentation slides made with Impress, MS Office etc but it is a cool tool to occasionally use it. If you are a computer science/networking student or work as a developer or sysadmin, your colleagues will surely find this amusing.