Skip to main content

Python-based tool for presentation-ready slides

Project description

Description

Python-based tool for presentation-ready slides

Installation

pip install pyslides

Requirements

python 2.7 latex package type1cm

Community

For bug reports and new ideas, feel free to join the Mailing list

Usage

from pyslides.presentation import Presentation as P

P = P(biblio_file='https://www.dropbox.com/s/6x55qbs8p0fb3yl/biblio.bib?dl=1')

P.add_slide(model = 'title', title = 'An example of presentation with PySlides',\
                             author      = 'Name',\
                             affiliation = 'Affiliation')

P.add_slide(model='one_figure',\
           figure = 'https://wesaturate.s3.amazonaws.com/photos/zbihcy_silvestre90.jpg',\
           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='https://wesaturate.s3.amazonaws.com/photos/ofinqs_shane1536.jpg')

P.render(show_pdf=True)

See PDF

Known issues

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.19.tar.gz (5.7 kB view details)

Uploaded Source

File details

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

File metadata

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

File hashes

Hashes for pyslides-0.9.19.tar.gz
Algorithm Hash digest
SHA256 9a69df6f729003ad137f0ad2f35dc9d51f04bc63d02b455d543f9078e4dd7fde
MD5 ca1001ceab6ff27451867b6581d4b780
BLAKE2b-256 831113054df3e34385ae4cc3ae4cf12ecf20f14641aa153c9067cd82860bc5b5

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