Python-based tool for presentation-ready slides
Project description
Description
Space-dependent Boltzmann transport equation solver for phonons
Installation
pip install pyslides
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.3.tar.gz
(5.3 kB
view details)
File details
Details for the file pyslides-0.9.3.tar.gz
.
File metadata
- Download URL: pyslides-0.9.3.tar.gz
- Upload date:
- Size: 5.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1dae87774a01483ed5353aafc6483e805167cfff28a56f0c8e54fea060fca6ff |
|
MD5 | 995a8e3ae96a98f3b28e53b8a5421a4f |
|
BLAKE2b-256 | 1ca3156dd1eb1a5a60af420f751661c1cd5946f9ad0730255e2ee05507af02d3 |