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 November 8, 2023 12:18
Снимает защиту от редактирования с файлов 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