Long story short, I created a process automation tool using Python and Tkinter. I used auto-py-to-exe to convert the python scripts into an executable that works like an application on PCs.
My only problem is that the users of the "end application" are using both PCs and Macs.
The executable does not work on Mac, and when I tried using Py2App or PyInstaller to create a Mac application, the scripts did not compile correctly. Are there any other ways to work around this?
Thanks in advance for the help!!!
I tried using Py2App and PyInstaller to create an application that would work on a Mac.