Play Drawn

Playing with GetsDrawn Files on local system


In [1]:
lisgetd = ('/media/removable/coboltblue/getsdrawndotcom/')

In [2]:
lisgetd


Out[2]:
'/media/removable/coboltblue/getsdrawndotcom/'

In [3]:
import os

In [5]:
os.listdir(lisgetd)


Out[5]:
['imgs',
 'googlebb8fa72eb382e061.html',
 'index.html',
 'sitemap.xml',
 'style.css',
 'test.txt']

In [7]:
lisimgz = (lisgetd + 'imgs')

In [8]:
lisimgz


Out[8]:
'/media/removable/coboltblue/getsdrawndotcom/imgs'

In [11]:
#The .png file here is the logo for the site. Maybe have a logo folder. Different logo depending on day of the yr?

os.listdir(lisimgz)


Out[11]:
['12', '14', '15', 'getsdrawn-bw.png']

In [13]:


In [ ]: