Aug-14-2023, 05:58 AM
Hi,
An app that has been developed for windows,
has attracted the interest of some mac users (yes they exist!)
Instead of doing pyinstaller ... etc, to create an .exe file, what
module would be recommended to do the same, but out comes a "mac" exe.
I've been doing some reading, all quite confusing.
I'm looking for THE recommended solution, with as little hassle as possible.
Any obvious command line module that I should look into?
In short:
The app searches an sqlite db, finds a prayer card, and shows it on a tkinter canvas.
thanks,
Paul
An app that has been developed for windows,
has attracted the interest of some mac users (yes they exist!)
Instead of doing pyinstaller ... etc, to create an .exe file, what
module would be recommended to do the same, but out comes a "mac" exe.
I've been doing some reading, all quite confusing.
I'm looking for THE recommended solution, with as little hassle as possible.
Any obvious command line module that I should look into?
In short:
The app searches an sqlite db, finds a prayer card, and shows it on a tkinter canvas.
thanks,
Paul