import urllib.request tekst=urllib.request.urlopen("https://docs.google.com/spreadsheets/d/1x0Mcg4iigJkjpATbEd5L7hewQhVJieFyrwxhNkbx7Po/export?format=csv" ).read().decode("utf-8") print(tekst);