This project allows you to increase the width of an image by adding side borders with a specified color
- Python 3.x
- Pillow
- tkinter (included with most Python installations)
- Install
pip
if it is not already installed:sudo apt install python3-pip
- Install
tkinter
if it is not already installed:sudo apt install python3-tk
- Clone the repository or copy the files to a local directory
- Install the dependencies:
pip3 install -r requirements.txt
- Run the
main.py
script:python3 main.py
- Specify the file name and the location where you want to save the resized image
- Click on "Resize Image" to save the new image
Feel free to contribute to this project by opening a pull request or an issue in the repository