top of page
Photo editor using PySimpleGUI and Pillow
Overview
You will build a window based graphical editor of png or jpg files.
You will start with step by step tutorial from https://www.blog.pythonlibrary.org/2021/02/03/pysimplegui-drawing-text-on-images-with-a-python-gui/ and then you should add at least one more feature to it.
Precondition
Python and Pillow libraries installed.
bottom of page