Python-based tool for presentation-ready slides
Project description
Description
Python-based tool for presentation-ready slides
Installation
pip install pyslides
Community
For bug reports and new ideas, feel free to join the Mailing list
Usage
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)
Project details
Release history Release notifications | RSS feed
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.9.tar.gz
(5.4 kB
view details)
File details
Details for the file pyslides-0.9.9.tar.gz
.
File metadata
- Download URL: pyslides-0.9.9.tar.gz
- Upload date:
- Size: 5.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c36098795c2c1fe362f6b1e7999013cdf3a503c3ab0a9fdca62319a67a4bec2 |
|
MD5 | 4f3d4fe7567444d1af5260382b7c9221 |
|
BLAKE2b-256 | e7fc975831311ccecdb5d1488a310e9eca2249048c8b2a8d073ab7059960e060 |