An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# TimeZone Status Bar App

## This is a simple mac app that displays 3 different time zones:

![Alt text](/demo.png?raw=true "Demo")

## 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: