From a3b54af6c9919ae122931956703d674292e739c3 Mon Sep 17 00:00:00 2001 From: MartinEesmaa <88035011+MartinEesmaa@users.noreply.github.com> Date: Tue, 14 Dec 2021 22:39:44 +1100 Subject: [PATCH] Create Python.py --- Python.py | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Python.py diff --git a/Python.py b/Python.py new file mode 100644 index 0000000..05e77b5 --- /dev/null +++ b/Python.py @@ -0,0 +1,4 @@ +pip install python-ffmpeg +import requests +url = 'https://www.dropbox.com/s/hs7yoa9hkxa6ugd/vlc-3.0.11.1-w64.7z' +myfile = requests.get(url)