- py2app
- rumps
- python 3.8.1
pip3 install py2app
pip3 install rumps
clone repo:
git clone https://github.com/ari-hacks/timezone-app.git
package app with py2app:
python3 setup.py py2app
If you need to re-run py2app first remove the build and dist folders:
rm -rf build dist
Run the application from the dist folder 😀