soroushamdg / pySlideCounter

This script helps you count slides of pptx files in a folder.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pySlideCounter

This script helps you count slides of pptx files in a folder.

steps:

  1. import engine.py to your project.
  2. define a variable for pySlideCounter('your_pptx_folder_address') object.
  3. run -> var_name.count()

! count() function will return the value, you can also reach the value by printing -> var_name.counter

have fun!

About

This script helps you count slides of pptx files in a folder.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%