-
-
12#encoding:utf-8可中文 import androidhelper droid=androidhelper.Android() def say(a): droid.ttsSpeak(a) say("hello 大蟒蛇") print "听到了吗?" ~~~~~~~~ 建议安装上百度语音,可听到好听的声音
-
6# This Python file uses the following encoding: utf-8 #本脚本可以扫描图书条码并联网查询,by大王997 import androidhelper droid = androidhelper.Android() code = droid.scanBarcode() isbn = code[1]['extras']['SCAN_RESULT'] url = "http://book.douban.com/subject_search?search_text=%s&cat=100 droid.startActivity("android.intent.action.VIEW",url)