All Projects → Cimbali → Pympress

Cimbali / Pympress

Licence: gpl-2.0
Pympress is a simple yet powerful PDF reader designed for dual-screen presentations

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Pympress

Beamerpresenter
Simple dual screen pdf presentation software
Stars: ✭ 30 (-93.33%)
Mutual labels:  presentation, pdf-viewer, presenter
Cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 77 (-82.89%)
Mutual labels:  presentation, slide
Miniseminar
Confluence as a backend -> Express -> reveal.js as a presentation -> Profit!
Stars: ✭ 27 (-94%)
Mutual labels:  presentation, slide
Aicustomviewcontrollertransition
Easy and tidy way for creating custom UIViewController transitions for iOS
Stars: ✭ 130 (-71.11%)
Mutual labels:  presentation, presenter
Pdfpc
A presenter console with multi-monitor support for PDF files.
Stars: ✭ 1,065 (+136.67%)
Mutual labels:  presentation, pdf-viewer
Showoff
Don't just present; interact with your audience!
Stars: ✭ 879 (+95.33%)
Mutual labels:  presentation, presenter
React Presents
React slideshow framework
Stars: ✭ 454 (+0.89%)
Mutual labels:  presentation, slide
slides
No description or website provided.
Stars: ✭ 27 (-94%)
Mutual labels:  slide, presentation
cppcon2015
Repository for the slides and the code of my CppCon 2015 talks.
Stars: ✭ 93 (-79.33%)
Mutual labels:  slide, presentation
presenter
Easy class decoration.
Stars: ✭ 13 (-97.11%)
Mutual labels:  presentation, presenter
Kittik
Create slides in TypeScript and present them in the terminal using ASCII only!
Stars: ✭ 147 (-67.33%)
Mutual labels:  presentation, slide
slides-presenter
Plugin to show slides and code examples directly from IntelliJ IDEs
Stars: ✭ 19 (-95.78%)
Mutual labels:  slide, presentation
ShapeCrawler
A .NET library for manipulating PowerPoint presentations.
Stars: ✭ 88 (-80.44%)
Mutual labels:  slide, presentation
Movie Monad
📺 A free and simple to use video player made with Haskell.
Stars: ✭ 347 (-22.89%)
Mutual labels:  vlc, gtk
Gaphor
Gaphor is the simple modeling tool
Stars: ✭ 386 (-14.22%)
Mutual labels:  gtk
Gtk
🧛🏻‍♂️ Dark theme for GTK
Stars: ✭ 414 (-8%)
Mutual labels:  gtk
Xournalpp
Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.
Stars: ✭ 5,353 (+1089.56%)
Mutual labels:  pdf-viewer
Slidablelayout
SlidableLayout is devoted to build a stable, easy-to-use and smooth sliding layout.
Stars: ✭ 385 (-14.44%)
Mutual labels:  slide
Nigui
Cross-platform desktop GUI toolkit written in Nim
Stars: ✭ 430 (-4.44%)
Mutual labels:  gtk
Document Viewer
Document Viewer is a highly customizable document viewer for Android.
Stars: ✭ 415 (-7.78%)
Mutual labels:  pdf-viewer

Pympress logo What is Pympress?

Pympress is a PDF presentation tool designed for dual-screen setups such as presentations and public talks. Highly configurable, fully-featured, and portable

It comes with many great features (more below):

  • supports embedded gifs (out of the box), videos, and audios (with VLC or Gstreamer integration)
  • text annotations displayed in the presenter window
  • natively supports beamer's notes on second screen, as well as Libreoffice notes pages!

Pympress is a free software, distributed under the terms of the GPL license (version 2 or, at your option, any later version).

Pympress was originally created and maintained by Schnouki, on his repo.

Here is what the 2 screen setup looks like, with a big notes slide next to 2 small slides (current and next) on the presenter side: A screenshot with Pympress’ 2 screens

Installing github version badge

  • Ubuntu ubuntu logo 20.04 focal or newer, Debian debian logo 11 Bullseye or newer ubuntu version badge debian version badge (maintained by @mans0954)

    apt-get install pympress libgtk-3-0 libpoppler-glib8 libcairo2 python3-gi python3-gi-cairo gobject-introspection libgirepository-1.0-1 gir1.2-gtk-3.0 gir1.2-poppler-0.18
    
  • RPM-based Linux (Fedora fedora logo CentOS centos logo Mageia mageia logo OpenSuse suse logo RHEL) Copr build status

    You can get pympress from the pympress COPR repo of your system. With yum or dnf, simply do:

    dnf copr enable cimbali/pympress
    dnf install python3-pympress
    
    # optionally, required for VLC video support:
    dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
    dnf install python3-vlc vlc
    

    With zypper, fetch the link of the .repo in the table at the bottom of the COPR page and add it as a source.

    zypper addrepo https://copr.fedorainfracloud.org/coprs/cimbali/pympress/repo/opensuse-tumbleweed/cimbali-pympress-opensuse-tumbleweed.repo
    zypper install python3-pympress python3-python-vlc vlc  # both *vlc packages optional, required for VLC video support
    

    If python3-vlc or python3-python-vlc are not available on your system, your can use python3 -m pip install python-vlc.

  • Arch Linux arch linux logo from AUR AUR version badge (maintained by @Jose1711)

    git clone https://aur.archlinux.org/python-pympress.git
    cd python-pympress
    makepkg -si
    pacman -S poppler-glib vlc  # dependency temporarily missing from AUR package, and VLC optional for video support
    

    Or using any other tool to manage AUR packages (yay, pacaur, etc.):

    yay -S python-pympress
    pacman -S poppler-glib vlc  # dependency temporarily missing from AUR package, and VLC optional for video support
    
  • macOS apple logo using Homebrew homebrew version badge

    brew install pympress
    brew cask install vlc  # optional, to support playing videos with VLC integration
    
  • Windows windows logo with Chocolatey chocolatey version badge (maintained by @ComFreek)

    choco install pympress vlc  # vlc optional, to support playing videos with VLC integration
    

    Or download the latest installer from the latest Github release.

    Troubleshooting
    • If you get an error message along the lines of "MSVCP100.dll is missing", get the Visual C++ 2010 redistributables from Microsoft (x86 (32 bit) or x64 (64 bits)). Those libraries really should already be installed on your system.
  • Other systems, directly from PyPI pypi version badge − requires python, gtk+3, poppler, and their python bindings:

    pip install "pympress[vlc_video]"
    

where [vlc_video] is optional and specifies the dependency on python-vlc for VLC video support.

Troubleshooting

Notes

To support playing embedded videos in the PDFs, your system must have VLC installed (with the same bitness as pympress). VLC is not distributed with pympress, but it is certainly available in your system’s package manager and on their website.

Usage

Opening a file

Simply start Pympress and it will ask you what file you want to open. You can also start pympress from the command line with a file to open like so: pympress slides.pdf or python3 -m pympress slides.pdf

Functionalities

All functionalities are available from the menus of the window with slide previews. Don't be afraid to experiment with them!

Keyboard shortcuts are also listed in these menus. Some more usual shortcuts are often available, for example Ctrl+L, and F11 also toggle fullscreen, though the main shortcut is just F.

A few of the fancier functionalities are listed here:

  • Two-screen display: See on your laptop or tablet display the current slide, the next slide, the talk time and wall-clock time, and annotations (either PDF annotations, beamer notes on second slide, or Libreoffice notes pages). The position of the beamer or Libreoffice notes in the slide is detected automatically and can be overridden via a menu option.

  • Media support: supports playing video, audio, and gif files embedded in (or linked from) the PDF file.

  • Highlight mode: Allows one to draw freehand on the slide currently on screen.

  • Go To Slide: To jump to a selected slide without flashing through the whole presentation on the projector, press G or click the "current slide" box. Using J or clicking the slide label will allow you to navigate slide labels instead of page numbers, useful e.g. for multi-page slides from beamer \pause.

    A spin box will appear, and you will be able to navigate through your slides in the presenter window only by scrolling your mouse, with the Home/Up/Down/End keys, with the + and - buttons of the spin box, or simply by typing in the number of the slide. Press Enter to validate going to the new slide or Esc to cancel.

  • Software pointer: Clicking on the slide (in either window) while holding ctrl down will display a software laser pointer on the slide. Or press L to permanently switch on the laser pointer.

  • Talk time breakdown: The Presentation > Timing Breakdown menu item displays a breakdown of how much time was spent on each slide, with a hierarchical breakdown per chapters/sections/etc. if available in the PDF.

  • Automatic file reloading: If the file is modified, pympress will reload it (and preserve the current slide, current time, etc.)

  • Big button mode: Add big buttons (duh) for touch displays.

  • Swap screens: If Pympress mixed up which screen is the projector and which is not, press S

  • Estimated talk time: Click the Time estimation box and set your planned talk duration. The color will allow you to see at a glance how much time you have left.

  • Adjust screen centering: If your slides' form factor doesn't fit the projectors' and you don't want the slide centered in the window, use the "Screen Center" option in the "Presentation" menu.

  • Resize Current/Next slide: You can drag the bar between both slides on the Presenter window to adjust their relative sizes to your liking.

  • Preferences: Some of your choices are saved in a configuration file, and more options are accessible there. See the configuration file documentation for more details.

  • Caching: For efficiency, Pympress caches rendered pages (up to 200 by default). If this is too memory consuming for you, you can change this number in the configuration file.

Command line arguments

  • -h, --help: Shows a list of all command line arguments.
  • -t mm[:ss], --talk-time=mm[:ss]: The estimated (intended) talk time in minutes and optionally seconds.
  • -n position, --notes=position: Set the position of notes on the pdf page (none, left, right, top, or bottom). Overrides the detection from the file.
  • --log=level: Set level of verbosity in log file (DEBUG, INFO, WARNING, ERROR).

Dependencies

Pympress relies on:

  • Python (version 3.x strongly recommended though 2.7 should still work fine).
  • Poppler, the PDF rendering library.
  • Gtk+ 3, a toolkit for creating graphical user interfaces, and its dependencies, specifically:
    • Cairo (and python bindings for cairo), the graphics library which is used to pre-render and draw over PDF pages.
    • Gdk, a lower-level graphics library to handle icons.
  • PyGi, the python bindings for Gtk+3. PyGi is also known as pygobject3, just pygobject or python3-gi.
    • Introspection bindings for poppler may be shipped separately, ensure you have those as well (typelib-1_0-Poppler-0_18 on OpenSUSE, gir1.2-poppler-0.18 on Ubuntu)
  • optionally VLC, to play videos (with the same bitness as Python) and the python-vlc bindings.

On linux platforms

The dependencies are often installed by default, or easily available through your package or software manager. For example, on ubuntu, you can run the following as root to make sure you have all the prerequisites assuming you use python3:

apt-get install python3 python3-pip libgtk-3-0 libpoppler-glib8 libcairo2 python3-gi python3-cairo python3-gi-cairo gobject-introspection libgirepository-1.0-1 libgirepository1.0-dev gir1.2-gtk-3.0 gir1.2-poppler-0.18

Different distributions might have different package naming conventions, for example the equivalent on OpenSUSE would be:

zypper install python3 python3-pip libgtk-3-0 libpoppler-glib8 libcairo2 python3-gobject python3-gobject-Gdk python3-cairo python3-gobject-cairo typelib-1_0-GdkPixbuf-2_0 typelib-1_0-Gtk-3_0 typelib-1_0-Poppler-0_18

On CentOS/RHEL/Fedora the dependencies would be:

yum install python36 python3-pip gtk3 poppler-glib cairo gdk-pixbuf2 python3-gobject python3-cairo

And on Arch Linux:

pacman -S --needed python python-pip gtk3 poppler cairo gobject-introspection poppler-glib python-gobject

On macOS

Dependencies can be installed using Homebrew:

brew install --only-dependencies pympress

On windows

The binary installer for windows comes with pympress and all its dependencies packaged.

Alternately, in order to install from pypi or from source on windows, there are two ways to get the dependencies:

  1. using MSYS2 (replace x86_64 with i686 if you're using a 32 bit machine).

    Warning: this can take a substantial amount of disk size as it requires a full software distribution and building platform.

    pacman -S --needed mingw-w64-x86_64-gtk3 mingw-w64-x86_64-cairo mingw-w64-x86_64-poppler mingw-w64-x86_64-python3 mingw-w64-x86_64-vlc python3-pip mingw-w64-x86_64-python3-pip mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-python3-cairo
    

    This is also the strategy used to automate builds on appveyor.

  2. Using PyGobjectWin32. Be sure to check the supported Python versions (up to 3.4 at the time of writing), they appear in the FEATURES list in the linked page.

  • Install native python for windows
  • Get GTK+3, Poppler and their python bindings by executing the PyGi installer. Be sure to tick all the necessary dependencies in the installer (Poppler, Cairo, Gdk-Pixbuf).

Alternately, you can build your Gtk+3 stack from source using MSVC, see the Gnome wiki and this python script that compiles the whole Gtk+3 stack. This strategy has not been used successfully yet, due to problems building Poppler with its introspection bidings (i.e. typelib) − see #109.

Contributing

Feel free to clone this repo and use it, modify it, redistribute it, etc, under the GPLv2+. A number of contributors have taken part in the development of pympress and submitted pull requests to improve it.

Be respectful of everyone and keep this community friendly, welcoming, and harrasment-free. Abusive behaviour will not be tolerated, and can be reported by email at [email protected] − wrongdoers may be permanently banned.

Pympress has inline sphinx documentation (Google style, contains rst syntax), and the docs generated from it are hosted on the github pages of this repo.

Translations

Czech French German Polish Spanish

If you want to add or contribute to a translation, check pympress’ page on POEditor and add your efforts to make pympress available in your own language to those of @Vulpeculus, @polaksta, @susobaco, FriedrichFröbel, Jaroslav Svoboda, and Cimbali.

Packages

Official releases are made to PyPI and with github releases. The community maintains a number of other packages or recipes to install pympress (see Install section). Any additions welcome.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].