Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sarojbelbase/nepali-datetime-applet
- Owner: sarojbelbase
- License: mit
- Created: 2020-04-20T18:51:27.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-06-22T03:35:35.000Z (over 2 years ago)
- Last Synced: 2024-10-24T22:13:03.782Z (2 months ago)
- Topics: budgie-applet, budgie-desktop, calendar, datetime, meson, nepali-datetime, python3, solus-linux
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.