Skip to content

Instantly share code, notes, and snippets.

View taruta811's full-sized avatar

Toshiki Tsuchiya taruta811

View GitHub Profile
#!/usr/bin/env python
# coding:utf-8
from appscript import *
import sys
class iTunes(object):
def __init__(self):
self.itunes = app("iTunes")
self.search_result = []