This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# UE version and ui based on Gradess2019/UnrealVersionChanger. Big Thanks | |
import json | |
import os | |
import subprocess | |
import threading | |
import queue | |
import tkinter | |
from pathlib import Path | |
from tkinter import Frame, Tk, NW, Toplevel, CENTER, messagebox, filedialog, Scrollbar, RIGHT, Y, END | |
from tkinter.ttk import Combobox, Label, Entry, Button |