Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/v1r4m/macos-d-day

Tiny widget that shows D-day on MacOS Dock Bar.
https://github.com/v1r4m/macos-d-day

macos py2app python rumps

Last synced: about 2 months ago
JSON representation

Tiny widget that shows D-day on MacOS Dock Bar.

Awesome Lists containing this project

README

        

# macOS-D-day
image

* Tiny widget that shows D-day on MacOS Dock Bar.
* tested only on MacOS Monterey `12.5.1`, Apple M1 Pro

## stack
* python 3.11
* rumps 0.3.0
* py2app 0.28.7

## how to use
Download the executable file on [Release tab](https://github.com/v1r4m/macOS-D-day/releases)

## quick start
```
python3 main.py
```

## quick build
```
python3 setup.py py2app -A
```