Skip to content

Instantly share code, notes, and snippets.

View hamesartr's full-sized avatar

hamesartr

  • Joined Oct 4, 2025
View GitHub Profile
import tkinter as tk
from tkinter import ttk, messagebox
import json
import os
DATA_FILE = "contact_data.json"
class ContactApp(tk.Tk):
def __init__(self):
super().__init__()