Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
pptx-builder-from-yaml
Advanced tools
CLI to generate powerpoint slides from simple yaml file[s]
>= python3.4
click==7.0.0
PyYAML==3.13
pip install pptx-builder-from-yaml
Here is a sample yaml file - Dummy.yml
$ pptx-builder --help
Usage: pptx-builder [OPTIONS] YAML_PATHS...
A powerpoint builder
https://github.com/sukujgrg/pptx-builder-from-yaml
Options:
-pt, --pptx-template-path PATH [required]
-ms, --master-slide-idx INTEGER
[default: 0]
-sl, --slide-layout-idx INTEGER
[default: 6]
-fs, --font-size INTEGER [default: 32]
-fn, --font-name TEXT [default: Calibri]
-ns, --dst-dir TEXT [default: ./generated-pptx]
-ta, --slide-txt-alignment [left|middle|right]
[default: left]
--validate Run yaml validation against schema
--version Show the version and exit.
--help Show this message and exit.
pptx-builder slide_yamls/ -pt pptx-templates/default.pptx
Notes:
slide_yamls/
is the directory that holds yaml
files for slides. The yaml
[s] must
follow the schema defined in the code. Here is an
example yaml
file. slide_yamls
are positional arguments and can accept files and
directories. If a positional argument is a directory, it will try to build individual
pptx
with each yaml
files in the same directory.--pptx-template-path | -pt
is expecting either a directory or a pptx file. If it is a
directory, pptx-builder
will chose one among all the pptx files found in the same directory.
The pptx template file should be without any change to master slide index or in slide
layout index. If there are any changes to master slide index or slide layout, you need to
pass corresponding int
type to -ms
and -sl
options.
A sample pptx template file can seen here pptx-templates.--new-slide-path
is tmp
directory and hence it depends on the operating
system you run the pptx-builder
on.pptx-builder slide_yamls/dummy.yml -dm master_slides/default.pptx --validate
Add footer to pptx template file to pass with --pptx-template-path
option
Create different pptx template files with different backgrounds and pass it on to
--pptx-template-path
option. See this video on
creating pptx template file.
git clone https://github.com/sukujgrg/pptx-builder-from-yaml.git
cd pptx-builder-from-yaml
pipenv install --dev
pipenv shell
pipenv graph
cd pptx-builder-from-yaml/
tox .
FAQs
CLI to generate powerpoint slides from simple yaml file[s]
We found that pptx-builder-from-yaml demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.