Skip to content

Files

Latest commit

 

History

History

Image borders

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Borders on image

This python script will allow us to apply different borders on an image.

Setup Instructions

Install python3

sudo apt-get install python3

Install pip (package installer for python)

sudo apt-get install python3-pip

Install OpenCV library with pip

pip3 install opencv-python

Install tkinter library

sudo apt-get install python3-tk

Details/Output

A dialog box appears with option to select an image and choice of border to be applied. The bordered image is then displayed in a window.

Author

Github: invigorzz313