Skip to content

Instantly share code, notes, and snippets.

@AR2000AR
AR2000AR / Installeur.py
Last active April 22, 2018 15:56
This script can be used to download multiples files online
#####################################
#By AR2000 #
#Installation tool #
#Download file directly on the web #
#####################################
#IMPORTATION DES LIBRAIRIES=======================
import urllib.request
import os
try:
from tkinter import *