Skip to content

Instantly share code, notes, and snippets.

View sfafaafdsf-web's full-sized avatar

sfafaafdsf-web

  • Joined Sep 6, 2025
View GitHub Profile
@sfafaafdsf-web
sfafaafdsf-web / Desktop_Clock.py
Last active September 7, 2025 09:59
Desktop Clock
import tkinter as tk
from tkinter import ttk, messagebox
import time, threading, math, calendar, datetime
from hijri_converter import Gregorian
from plyer import notification
import pytz
# ------------------ মূল ClockApp ------------------ #
class ClockApp:
def __init__(self, root):