
MediaBlur - Python media bluring tool
Why ?
I wanted to develop my own tool to be able to blur-out parts of documents without having to rely on web tools or specific softwares that require subscription or payments to access “an Entire World of possibilities” where actually I just needed one specific feature.
How ?
To achieve my little “MediaBlur” tool I used Python’s
Despite the normal Input/Output logic and some GUI features implemented with PyQt. The core principle of this tools is primarly this function:
Basically it takes a rectangle previously created with mouse events in the Qt window and uses the ImageFilter.GaussianBlur()
method.
Result
The result is the following. First the interface with a clear image and a selection done:

And finally the same image with the modification applied:

Try it yourself !
If you want to try it, you can download it directly from here, unzip, and launch the .exe
Please note that this .exe
might fire security warnings. This is a normal behaviour since this little app hasn’t been signed through a Certificate Authority (CA).