Skip to content

jonaskonig/Screenshotking-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Screenshotking - Makes Your life easy

You have a Slideshow in pptx or ppsx and they are full of animations? And you want to Print it out but all these animations and thinks layover each other? Then that simple python program will save you the day. All you have to do is download that little program, install all the missing packages with the shell.sh or bat.bat or via

pip install fpdf pyautogui pillow pynput PySimpleGUI

Mac OS

So to run the program without any issues, it's best to give Python (the Programming language) access to everything. For that you have to hob into your Settings --> Security --> privacy and search for full disk access. There you open the lock in the lower-left corner and click in the +-Symbol. Now you have to know where Python is on your Mac. Normally it's in

/usr/bin/python3

But in order to get there, you have first to press Command+Shift+Dot(.) Then you have to go to WhateveryourMacisnamed MacBook --> Macintosh HD --> usr --> bin --> python3 And add it. Now it should work just fine if not go to the same Folder and search for python (without 3) and add that as well Note thta on MacOS you have to run the programm via terminal. You have to navigate to the folder via Finder. Then go to Finder --> Services --> New Terminal Tab at Folder and type:

python ./screenshotter.py

And then run the screenshotter.py

  1. Choose if you are using Windows
  2. Choose you ppsx/ptx from your files
  3. Choose where your output pdf should be located and give it a name
  4. Choose the screen ratio of your slide-show
  5. Choose how fast the program will switch slides (if you have long animations that should be around 2)
  6. Choose if your presentation is in ppsx our in pptx
  7. Click start and watch it go
  8. After everything is captured and a new window will pop up
  9. You can now look around in the screenshots and select which of them you would like in your pdf
  10. If you are finished hit finish the program will create the pdf
  11. If it is finished it will close
  12. enjoy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors