Skip to content

Instantly share code, notes, and snippets.

View NickAtNight500's full-sized avatar

NickAtNight500

View GitHub Profile
@NickAtNight500
NickAtNight500 / FileDownload.py
Created September 12, 2016 04:18
FileDownload.py
import console
import dialogs
import appex
import os.path
import urllib.request, urllib
#Make a downloads directory
os.chdir(os.path.expanduser('~'))
os.chdir(os.path.join(os.getcwd(),'Documents'))