Skip to content

Instantly share code, notes, and snippets.

View strobelightprojects's full-sized avatar

strobelightprojects

View GitHub Profile
import tkinter as tk
from tkinter import ttk, messagebox
import sqlite3
# -------------------------------
# SQLite Database Setup
conn = sqlite3.connect("nursery.db")
cursor = conn.cursor()
cursor.execute("""