Skip to content

lomikist/power_point

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PowerPoint CLI Guide


  1. Add a Slide To add a new slide, use the following command:
add -i <index> -n <name>
  1. Add a Shape To add a new shape command is
add <shape> -i <n> -x <n> -y <n> -t <type> etc.

valid types {elipse, textbox, rect}

  1. Execute file To execute commands from a file, use:
run -p <path>

(path is relative to executable file)

  1. Show something for pringing a slide
show <slide> -i <n> -t <type>

Options

Option Description
-i Index of the slide or item
-x X-coordinate position for shapes
-y Y-coordinate position for shapes
-n Name of the slide
-p Path to a command file (relative to the executable)
-t Type of item (depends on the command; e.g., shape type, display type)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published