Skip to content

Instantly share code, notes, and snippets.

View SAIKISHORI's full-sized avatar

SAIKISHORI

  • Joined Oct 15, 2025
View GitHub Profile
from tkinter import *
from tkinter import filedialog, messagebox
from PIL import Image, ImageTk
import os
# -----------------------------------------
# Digital Diary App - with Design Thinking
# -----------------------------------------
root = Tk()