Simple python tool that splits images by a horizontal line into two sub images.
Images are in and outputted by clipboard for fast usage.
Required modules:
- Pillow:
pip install pillow
- PyWin32:
pip install pywin32
- Tkinter:
pip install tk
- CustomTkinter:
pip install customtkinter
Usage:
- Open
ImgPart.pyw
to run it
Credit and license:
- © 2023 Friedinger
- License: MIT License