@python_playground: Help us grow our YT channel :) https://www.youtube.com/@PythonPlayground-rbh This is a simple face blurring GUI using OpenCV + Pillow + Tkinter. This is a python project for intermediate programmer dependencies : tkinter #pip install tkinter PIL #pip install pillow CV2 #pip install opencv-python The application detects faces within an image using the harcascade classifier, a pretrained model from opencv. Then it blurres the parts where faces are detected It uses tkinter for a nice styling. Source code : https://pastebin.com/AX3R3TQJ