-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (14 loc) · 959 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This is a simple UI wrapper that uses the deface package in python to anonymize videos automatically.
Required packages: https://pypi.org/project/deface/
Install: -m pip install deface
Required package: ttkbootstrap
Install: -m pip install ttkbootstrap
Packages used:
deface, tkinter, subprocess, threading, ttkbootstrap (for theme and UI elements)
Installation video for python, deface, and ttkbootstrap:
https://youtu.be/iLCpJ5LhSTU
Important to know:
deface runs from the command line, meaning running it as a function at the script level does not work. We need to run it through the terminal or shell level.
This UI tool helps give the input and output arguments for the deface function which is passed into the command line.
USAGE:
Download the file as a .zip and extract to any directory. Run the tkinterversion_video_anonymize.exe file to use the program. Again, this requires the ttkbootstrap and deface packages to be installed prior.