Skip to content

Instantly share code, notes, and snippets.

View pen-pal's full-sized avatar
💻
I may be slow to respond.

Manish K pen-pal

💻
I may be slow to respond.
View GitHub Profile
@debendraoli
debendraoli / tithi_meeti.py
Last active April 25, 2022 08:32
Get Nepali date tithi meeti on status bar
#!/usr/bin/env python
"""
@uthor @debendraoli
Compitable with waybar.
"""
import re
from json import dumps
from urllib.request import Request, urlopen