Skip to content

Instantly share code, notes, and snippets.

@Spade324
Spade324 / main_gui.py
Last active April 19, 2026 17:00
main program
"""
TEST SOLVER ⚡ v3.0
Services : Naurok · Vseosvita
Auto-updater : GitHub Gist
"""
# ── stdlib ────────────────────────────────────────────────────────────────────
import threading, time, queue, logging, sys, json, os, subprocess, tempfile, shutil
from pathlib import Path
import urllib.request, urllib.error
@Spade324
Spade324 / version.json
Last active April 19, 2026 17:00
test solver (naurok/vseosvita)
json
{
"version": "3.0.1",
"url": "https://gist.githubusercontent.com/ТВОЙ_ЮЗЕР/GIST_ID_2/raw/main_gui.py",
"notes": "Описание изменений"
}