Skip to main content

Python-based tool for presentation-ready slides

Project description

Description
===========

Python-based tool for presentation-ready slides


Installation
============

.. code-block:: shell

pip install pyslides

Mailing list
===========

https://groups.google.com/forum/#!forum/pyslides

Usage
=====

.. code-block:: python


import pyslides.presentation import Presentation as P

P = P(biblio_file='biblio.bib')


P.add_slide(model = 'title', title = 'An example of presentation with PySlides',\
author = 'Francesco Rossi',\
affiliation = 'Free University')


P.add_slide(model='one_figure',\
figure = 'cat.jpeg',\
title='Example')

P.add_citation('einstein1935can')


P.add_slide()
P.add_bullets(y = 0.5,\
text = [r'''Cats are cute''',r'''Especially this one'''])

P.add_text(x = 0.5,\
y = 0.1,\
color='red',\
text = 'Example of adding text')

P.add_figure(x=0.7,y=0.5,L=0.3,filename='cat.jpeg')


P.render(show_pdf=True)


Author
======

Giuseppe Romano (romanog@mit.edu)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyslides-0.9.5.tar.gz (5.3 kB view details)

Uploaded Source

File details

Details for the file pyslides-0.9.5.tar.gz.

File metadata

  • Download URL: pyslides-0.9.5.tar.gz
  • Upload date:
  • Size: 5.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pyslides-0.9.5.tar.gz
Algorithm Hash digest
SHA256 97df32e735fcae47f008873ff41d8a40880e25a6cd1cd268be028d5c499b2b82
MD5 efacf315a218ef3b041c69c9785daae3
BLAKE2b-256 0382e80a238c090424b10f004a612d6cbafa47fd6208bc637fcd5fba4b89f6bd

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page