log-O is a simple program that allows you to paste any logo to a folder of images.
- Python 3.6 or higher
- Pillow
- tkinter
You can simply start the application by downloading the executable file in the latest release and execute it.
Alternatively, you can run the following command when you're in the root of the project after downloading the source code :
python3 main.py
- Select the folder where the images are located.
- Select the logo that you want to add to the images.
- Select the folder where you want to save the images with the logo.
- Select where to add the logo on the images (top-left, top-right, top-center, bottom-left, bottom-right, bottom-center).