Skip to main content

No project description provided

Project description

Nelsie

Nelsie is a framework for creating slides programmatically using Python with a fast renderer written in Rust.

Quick links

Hello world

from nelsie import SlideDeck

deck = SlideDeck()

@deck.slide()
def hello_world(slide):
    slide.text("Hello world!")

deck.render(output_pdf="slides.pdf")

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

nelsie-0.1.0.tar.gz (1.8 MB view hashes)

Uploaded Source

Built Distribution

nelsie-0.1.0-cp38-abi3-manylinux_2_35_x86_64.whl (3.1 MB view hashes)

Uploaded CPython 3.8+ manylinux: glibc 2.35+ x86-64

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