This python script will allow us to blur an image depending on the user's choice to select one of the three blurring options
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install opencv-python
sudo apt-get install python3-tk
A dialog box appears with three blurring options, average, gaussian and median blurs. Selecting any one option prompts user to select an image and applies blur on it.
Github: invigorzz313