Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/sarojbelbase/nepali-datetime-applet

A simple taskbar applet to show realtime datetime along with nepali date for budgie desktops
https://github.com/sarojbelbase/nepali-datetime-applet

budgie-applet budgie-desktop calendar datetime meson nepali-datetime python3 solus-linux

Last synced: 24 days ago
JSON representation

A simple taskbar applet to show realtime datetime along with nepali date for budgie desktops

Awesome Lists containing this project

README

        

## Nepali Friendly Datetime Applet

A simple taskbar applet to show realtime date along with nepali-miti for linux desktops

## Installation

1. Under the root folder add a virtual environment `python3 -m venv venv`
2. Activate the venv by using `source venv/bin/activate`
3. Now, install dependencies from requirements.txt `pip3 install -r requirements.txt`
4. Run the main.py `python3 main.py`

### TODOS:

01. [x] Make it self-updating
02. [ ] Build it with meson
03. [ ] Build it with GTK
04. [ ] Add Nepali date specifiers like strftime
05. [ ] Support for custom Nepali date specifiers
06. [x] Make flask app out of this

#### Tested with python 3 and all the latest python versions 3.6, 3.7, 3.8.