This file contains 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
##################################### | |
#By AR2000 # | |
#Installation tool # | |
#Download file directly on the web # | |
##################################### | |
#IMPORTATION DES LIBRAIRIES======================= | |
import urllib.request | |
import os | |
try: | |
from tkinter import * |