https://github.com/ari-hacks/timezone-app
⏳ A Simple mac status bar app that displays the local time in NY,LA, and London
https://github.com/ari-hacks/timezone-app
py2app python python3 rumps
Last synced: 2 months ago
JSON representation
⏳ A Simple mac status bar app that displays the local time in NY,LA, and London
- Host: GitHub
- URL: https://github.com/ari-hacks/timezone-app
- Owner: ari-hacks
- Created: 2020-03-31T22:27:54.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-04-20T11:11:28.000Z (over 5 years ago)
- Last Synced: 2025-01-15T20:26:47.080Z (9 months ago)
- Topics: py2app, python, python3, rumps
- Language: Python
- Homepage:
- Size: 10.6 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TimeZone Status Bar App
## This is a simple mac app that displays 3 different time zones:

## Dependencies:
* py2app
* rumps
* python 3.8.1```
pip3 install py2app
pip3 install rumps
```## Setup
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 :grinning: