Skip to content

Instantly share code, notes, and snippets.

View hyeongmath1129-ui's full-sized avatar

hyeongmath1129-ui

  • Joined Oct 18, 2025
View GitHub Profile
import tkinter as tk
from tkinter import filedialog, messagebox, ttk, Toplevel
import pandas as pd
import math
import random
class ClassAssignmentApp:
def __init__(self, master):
self.master = master
self.master.title("학교 반 편성 프로그램")