Teleprompter is a free and open source news reading application for Linux, MacOS and Windows. It is written in Python and released under GNU General Public License v3.0. It display the scrolling text on your screen to easily read. It comes with adaptive layout, highlight the text, option to change the scroll speed, highlight color, font and font color. You can add the content via opening a text file or just copy paste.
How to Install Teleprompter on Ubuntu
Teleprompter is available as a flatpak package file from the remote flathub. If you don’t have then first install flatpak and flathub on your system using below commands. Restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that in the terminal app (ctrl+alt+t) run below Teleprompter flatpak install command.
flatpak install flathub io.github.nokse22.teleprompter
It will install the latest Teleprompter, on your Ubuntu Linux system. You can open it using the Show Apps menu or via below command.
flatpak run io.github.nokse22.teleprompter
And also uninstall Teleprompter, using below commands.
flatpak uninstall io.github.nokse22.teleprompter
[OR]
sudo flatpak uninstall io.github.nokse22.teleprompter