[Python] Bandizip Updater
담배맛구마
별건 아니고... Bandizip가 업데이트 강제로 돌리는게 필요해서 만듬 from urllib import request from urllib import parse import urllib.error import winreg import sys import platform import zlib import subprocess class bandizip: def __init__(self, debug=False): self.debug = debug def run(self): self.cur_version = self.get_installed_version() if self.cur_version: self.debuging('[C] Current version of Bandizip is {}'.format(..