Atlas-Install/main.pyw

29 lines
No EOL
787 B
Python

from tkinter import *
from tkinter import messagebox, filedialog, ttk
from threading import Thread
import subprocess
import requests
import zipfile
import shutil
import json
import glob
import os
from source.definition import *
class ClassApp():
from source.__init__ import __init__
from source.translate import translate, change_language, get_language
from source.Progress import Progress
from source.check_update import check_update
from source.StateButton import StateButton
from source.create_lecode_config import create_lecode_config
from source.patch_file import patch_file
from source.install_mod import install_mod
from source.restart import restart
# TODO: Wiki Github
# TODO: Autogénération des bmg
App = ClassApp()
App.root.mainloop()