I used py2app module to convert my existing python app which uses Pillow for image conversion and Tkinter to make the UI for Mac AppI build the setup.py file where main.py is the Python file which has everthing. from setuptools import setup APP = ['...
jyaba.hashnode.dev3 min readNo responses yet.