Version française de cette page

PAMPI

Presentations With Markdown, Pandoc, Impress.




Presentation

PAMPI is a free software (license GNU GPL 3) allowing to make presentations easily.

Examples of presentations made with PAMPI:

Dependencies:




Download and install

Choose a platform above.


  • dependencies
    • for Ubuntu 20.04, dependencies can be installed with the following command:
      sudo apt install pandoc python3-pyqt5 python3-pyqt5.qtwebengine python3-pyqt5.qtsvg
  • PAMPI
    • download and unpack the PAMPI archive: pampi.tar.gz
    • to launch PAMPI, just click on the file pampi.pyw at the root of the folder
      (or console: python3 pampi.pyw)
    • on the other hand, the menu File → Create Launcher will allow you to create a file PAMPI.desktop wherever you want (desktop, menu …).



  • dependencies
  • PAMPI
    • download and unpack the PAMPI archive: pampi.tar.gz
    • to launch PAMPI, it is enough
      • click on the file pampi.pyw at the root of the folder pampi
      • OR run in console with the command: python3 pampi.pyw
      • OR move the pampi.pyw file to the terminal icon in the dock (at the bottom of the screen)
  • notes
    • if this does not work you have to manually modify the application that will open pampi.pyw.
      To do this, select the file pampi.pyw then in the file menu, click get information.
      In the open with section, select Terminal as the default application (or python launcher).
      See this page: How can I change what program opens a certain file on a Mac?




Feature details

The presentations folder

Title, CSS file, background color

Wizard

regular polygon

arrangement in table

circular helix

carousel

List of file templates

The models allow you to start from a ready-made layout.
After opening the template that matches what you want, just save it with a new name and then overwrite the content of the steps.




Other tools available




Tools used




History and motivation




FAQ

    body {
                    ...
                    background: #ced8db;
                }
    body {
                    ...
                    background: white url('../../data/pampi-help/splash.png') no-repeat center center;
                }
    <div class="figure">
                <video controls class="embed-responsive-item">
                <source src="data/pampi-help/tour.mp4" type="video/mp4">
                </video>
                </div>

Last modification of this page: 2022-10-24.