Skip to content

Instantly share code, notes, and snippets.

import sys
import json
import os
from datetime import datetime
import calendar
# [필수 모듈]
from PySide6.QtWidgets import (QApplication, QMainWindow, QWidget, QLabel,
QFrame, QGridLayout, QPushButton, QFileDialog,
QScrollArea, QVBoxLayout, QComboBox, QHBoxLayout,