Skip to content
/ muto Public

Convert Google Slides and PowerPoint presentations into GIFs

License

Notifications You must be signed in to change notification settings

alexyorke/muto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

muto

Convert Google Slides and PowerPoint presentations into GIFs via the CLI.

Updates Python 3

Alt Text

For example, run python3 muto.py --url https://docs.google.com/presentation/d/1R72VWZoNsywrLC9_8LdUiiBwi4it2Sl8UHDZq0rjHVc/edit?usp=sharing to generate a GIF of that Google Slide and save it in the current directory.

usage: muto.py [-h] [--url URL] [--width [WIDTH]] [--height [HEIGHT]]
               [--slides [SLIDES]] [--durationPerSlide [DURATIONPERSLIDE]]
               [--output [OUTPUT]]

Creates GIFs from Google Slides

optional arguments:
  -h, --help            show this help message and exit
  --url URL             The Google Slide url
  --width [WIDTH]       The maximum width of the GIF
  --height [HEIGHT]     The maximum height of the GIF
  --slides [SLIDES]     The slides that should be included in the GIF. For
                        example, 1,2,3,5-6,10
  --durationPerSlide [DURATIONPERSLIDE]
                        How long each frame should display in seconds; floats
                        are allowed
  --output [OUTPUT]     The location where the final GIF should be stored

Muto only downloads the slides that you need, and only in the resolution that you require. This saves bandwidth and overall processing speed. Support for PowerPoint presentations coming soon!

About

Convert Google Slides and PowerPoint presentations into GIFs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages