WeeNu offers a sleek and minimalist solution for macOS users who frequently rely on week numbers, a common practice in Sweden and possibly elsewhere.
Born from my own frustration with constantly having to open a calendar or visit the website vecka.nu to check the current week number, this application brings that information directly to your macOS menu bar.
Aiming to prioritize a minimalistic design and low compute resource usage, WeeNu ensures an unobtrusive presence while providing quick and easy access to the week number according to the ISO 8601 standard.
- Shows the current week number in the macOS menu bar, compliant with ISO 8601.
- Multiple different prefix alternatives available.
For ease of use, a precompiled version of WeeNu is available.
- Download the latest release from the releases page.
- Mount the DMG-file.
- Drag&Drop the 'WeeNu.app' file to the 'Applications' folder.
- Launch 'WeeNu.app'
To install WeeNu from source, ensure you have Python and pip installed on your macOS. Follow these steps:
- Clone the repository or download the source code:
git clone https://github.com/mullweisser/mac-weenu.git
cd weenu
- Install the dependencies:
pip install -r requirements.txt
- Create application:
python setup.py py2app
- Open 'WeeNu.app'
After installation, WeeNu runs in the background and adds an icon to your menu bar displaying the current week number. You can interact with it by clicking on the icon to see the menu.
Want to contribute? Great! WeeNu is open for contributions. Whether it's bug fixing, feature development, or suggestions, feel free to fork the repository, make changes, and submit a pull request.
This project is licensed under the MIT License.
- Thanks to the rumps framework.