Skip to content
/ log-O Public

Simple app to paste logo on folder of images

Notifications You must be signed in to change notification settings

QuentMe/log-O

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

log-O

Description

log-O is a simple program that allows you to paste any logo to a folder of images.

Screen of the app

Requirements

  • Python 3.6 or higher
  • Pillow
  • tkinter

Starting the application

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

How to use

  1. Select the folder where the images are located.
  2. Select the logo that you want to add to the images.
  3. Select the folder where you want to save the images with the logo.
  4. Select where to add the logo on the images (top-left, top-right, top-center, bottom-left, bottom-right, bottom-center).