Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/v1r4m/macos-d-day
- Owner: v1r4m
- Created: 2024-02-07T05:44:39.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-22T01:21:15.000Z (11 months ago)
- Last Synced: 2024-02-22T02:31:53.247Z (11 months ago)
- Topics: macos, py2app, python, rumps
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# macOS-D-day
* 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
```