A simple taskbar applet to show realtime date along with nepali-miti for linux desktops
- Under the root folder add a virtual environment
python3 -m venv venv
- Activate the venv by using
source venv/bin/activate
- Now, install dependencies from requirements.txt
pip3 install -r requirements.txt
- Run the main.py
python3 main.py
- Make it self-updating
- Build it with meson
- Build it with GTK
- Add Nepali date specifiers like strftime
- Support for custom Nepali date specifiers
- Make flask app out of this