How to display slides in Linux terminal
Presentations often feel boring. Therefore, some people will add elements such as animation, comics or memes to add some humor and style to break up the monotonous atmosphere.
If you need to add some unique flair to your college or company presentations, how about considering using a Linux terminal? Imagine how cool this would be!

Present: Demonstrate in Linux terminal
You can do a lot of fun and interesting things in the terminal. Creating and presenting slideshows is just one of them.
This Python-based app called Present lets you create Markdown and YML-based slides that you can give talks at your university or company and entertain people in true geeky style.
Function of Present
You can use Present to do the following:
- Add text to slides using Markdown syntax
-
Control the slideshow with arrows or
PgUp
/Down
keys - Change foreground and background colors
- Add images to slideshow
- Add code block
- Play the simulation code and output it using codio YML file
Installing Present on Linux
Present is a Python-based tool that you can install using PIP. You should make sure to install Pip on Ubuntu with this command:
-
sudo apt install python3-pip
If you are using another distribution, please check your package manager to install PIP3.
After installing PIP, you can install Present globally this way:
-
sudo pip3 install present
You can also install just for the current user, but you must also add ~/.local/bin
to your PATH
environment variable.
Use Present in the Linux terminal to create and present slideshows

Since Present uses Markdown syntax, you should use it to create your own slideshows. Using a Markdown editor can help here.
Present requires a Markdown file to read and play the slideshow. You can download this sample slideshow, but you will need to download the embedded image separately and place it inside the images folder.
-
Используйте
—
в файлах Markdown для разделения слайдов. - Добавляйте текст на слайды, используя синтаксис Markdown.
-
Добавьте изображение, используя следующий синтаксис
![RC] (images/name.png)
. -
Измените цвет слайдов, добавив синтаксис, например
.
-
Используйте синтаксис типа
, чтобы добавить слайд-шоу с эффектами.
- Используйте синтаксис codio, чтобы добавить код для запуска моделирования.
-
Используйте
q
для выхода из презентации и используйте стрелки влево/вправо или клавишиPgUp
/Вниз
для управления слайд-шоу.
Имейте в виду, что изменение размера окна терминала во время демонстрации может все испортить, как и нажатие Enter.
Подведем итог
Если вы знакомы с Markdown и терминалом, использование Present не составит для вас труда.
Его нельзя сравнивать с обычными слайд-шоу, созданными с помощью Impress, MS Office и т. д., но для периодического использования это отличный инструмент. Если вы специализируетесь в области компьютерных наук/сетей, разработчика или системного администратора, вашим коллегам это обязательно покажется интересным.
The above is the detailed content of How to display slides in Linux terminal. For more information, please follow other related articles on the PHP Chinese website!

Linux performs well in servers and development environments, while Windows performs better in desktop and gaming. 1) Linux's file system performs well when dealing with large numbers of small files. 2) Linux performs excellently in high concurrency and high throughput network scenarios. 3) Linux memory management has more advantages in server environments. 4) Linux is efficient when executing command line and script tasks, while Windows performs better on graphical interfaces and multimedia applications.

Creating graphical user interface (GUI) applications is a fantastic way to bring your ideas to life and make your programs more user-friendly. PyGObject is a Python library that allows developers to create GUI applications on Linux desktops using the

Arch Linux provides a flexible cutting-edge system environment and is a powerfully suited solution for developing web applications on small non-critical systems because is a completely open source and provides the latest up-to-date releases on kernel

Due to its Rolling Release model which embraces cutting-edge software Arch Linux was not designed and developed to run as a server to provide reliable network services because it requires extra time for maintenance, constant upgrades, and sensible fi
![12 Must-Have Linux Console [Terminal] File Managers](https://img.php.cn/upload/article/001/242/473/174710245395762.png?x-oss-process=image/resize,p_40)
Linux console file managers can be very helpful in day-to-day tasks, when managing files on a local machine, or when connected to a remote one. The visual console representation of the directory helps us quickly perform file/folder operations and sav

qBittorrent is a popular open-source BitTorrent client that allows users to download and share files over the internet. The latest version, qBittorrent 5.0, was released recently and comes packed with new features and improvements. This article will

The previous Arch Linux LEMP article just covered basic stuff, from installing network services (Nginx, PHP, MySQL, and PhpMyAdmin) and configuring minimal security required for MySQL server and PhpMyadmin. This topic is strictly related to the forme

Zenity is a tool that allows you to create graphical dialog boxes in Linux using the command line. It uses GTK , a toolkit for creating graphical user interfaces (GUIs), making it easy to add visual elements to your scripts. Zenity can be extremely u


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 English version
Recommended: Win version, supports code prompts!

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version
Visual web development tools

Atom editor mac version download
The most popular open source editor
