Skip to content

Instantly share code, notes, and snippets.

View runxel's full-sized avatar
:shipit:
go where nobody else went

Lucas Becker runxel

:shipit:
go where nobody else went
View GitHub Profile
@runxel
runxel / duplicates.py
Created June 13, 2020 23:27 — forked from tfeldmann/duplicates.py
Fast duplicate file finder written in python
#!/usr/bin/env python
"""
Fast duplicate file finder.
Usage: duplicates.py <folder> [<folder>...]
Based on https://stackoverflow.com/a/36113168/300783
Modified for Python3 with some small code improvements.
"""
import os
import sys

Intro

To view the progress of a Powerpoint presentation, a progress bar can be displayed at the top of the slide show.

How to proceed

Once the slideshow is complete, go to View > Macro and create a new macro.

In the VBS editor copy this text in the blank page:

'' Add progress bar only to all non-hidden pages
Sub AddProgressBar()