Skip to content

Instantly share code, notes, and snippets.

View mrinalxdev's full-sized avatar
🧠
Involving my Brain and Fingers to code better

Mrinal Pramanick mrinalxdev

🧠
Involving my Brain and Fingers to code better
View GitHub Profile
@mrinalxdev
mrinalxdev / main.py
Created October 3, 2024 20:35
A python cli task reminder bot : creates a json file for the task reminders
import datetime
import json
import os
import subprocess
import threading
import time
import queue
import ttkbootstrap as ttk
from ttkbootstrap.constants import *
from tkinter import messagebox