Skip to content

Instantly share code, notes, and snippets.

@AndywinXp
AndywinXp / describerif.py
Last active September 21, 2023 10:58
My SWORDRES.RIF analyzer
import tkinter as tk
from tkinter import ttk, font
from tkinter import filedialog
import struct
import os
# Make the application DPI-aware (for Windows, jeez...)
try:
from ctypes import windll
windll.shcore.SetProcessDpiAwareness(1)