Skip to content

Instantly share code, notes, and snippets.

View arrowinaknee's full-sized avatar

Daniil Smirnov arrowinaknee

  • St. Petersburg, Russia
View GitHub Profile
@arrowinaknee
arrowinaknee / office_unlocker.pyw
Last active May 11, 2025 13:47
Снимает защиту от редактирования с файлов MS Word (.docx) и MS Excel (.xlsx)
import os
import shutil
import tempfile
import re
import sys
import tkinter as tk
from tkinter import filedialog
from tkinter import messagebox