Skip to content

Instantly share code, notes, and snippets.

View 10BaseFL's full-sized avatar

10BaseFL

  • Joined Oct 27, 2025
View GitHub Profile
import tkinter as tk
from tkinter import messagebox
import os
import hashlib
class LoginFormApp:
def __init__(self, master):
self.master = master
master.title("Авторизация")
master.geometry("500x430")