├── .gitignore ├── ext └── pyautogui │ ├── bin │ ├── dist │ │ ├── bz2.pyd │ │ ├── tk85.dll │ │ ├── select.pyd │ │ ├── tcl85.dll │ │ ├── _ctypes.pyd │ │ ├── _hashlib.pyd │ │ ├── _tkinter.pyd │ │ ├── library.zip │ │ ├── mousedown.exe │ │ ├── mousemove.exe │ │ ├── mouseup.exe │ │ ├── python27.dll │ │ ├── tcl │ │ │ ├── tk8.5 │ │ │ │ ├── msgs │ │ │ │ │ └── en_gb.msg │ │ │ │ ├── images │ │ │ │ │ ├── logo100.gif │ │ │ │ │ ├── logo64.gif │ │ │ │ │ ├── logoMed.gif │ │ │ │ │ ├── tai-ku.gif │ │ │ │ │ ├── logoLarge.gif │ │ │ │ │ ├── pwrdLogo100.gif │ │ │ │ │ ├── pwrdLogo150.gif │ │ │ │ │ ├── pwrdLogo175.gif │ │ │ │ │ ├── pwrdLogo200.gif │ │ │ │ │ └── pwrdLogo75.gif │ │ │ │ └── demos │ │ │ │ │ └── images │ │ │ │ │ ├── earth.gif │ │ │ │ │ ├── teapot.ppm │ │ │ │ │ ├── earthris.gif │ │ │ │ │ └── tcllogo.gif │ │ │ └── tcl8.5 │ │ │ │ ├── tzdata │ │ │ │ ├── EST │ │ │ │ ├── Etc │ │ │ │ │ ├── GMT │ │ │ │ │ ├── UCT │ │ │ │ │ ├── UTC │ │ │ │ │ ├── GMT+1 │ │ │ │ │ ├── GMT+2 │ │ │ │ │ ├── GMT-1 │ │ │ │ │ ├── GMT-2 │ │ │ │ │ ├── GMT-3 │ │ │ │ │ ├── GMT-4 │ │ │ │ │ ├── GMT-5 │ │ │ │ │ ├── GMT-6 │ │ │ │ │ ├── GMT-7 │ │ │ │ │ ├── GMT-8 │ │ │ │ │ ├── GMT-9 │ │ │ │ │ ├── GMT+10 │ │ │ │ │ ├── GMT+11 │ │ │ │ │ ├── GMT+12 │ │ │ │ │ ├── GMT+3 │ │ │ │ │ ├── GMT+4 │ │ │ │ │ ├── GMT+5 │ │ │ │ │ ├── GMT+6 │ │ │ │ │ ├── GMT+7 │ │ │ │ │ ├── GMT+8 │ │ │ │ │ ├── GMT+9 │ │ │ │ │ ├── GMT-10 │ │ │ │ │ ├── GMT-11 │ │ │ │ │ ├── GMT-12 │ │ │ │ │ ├── GMT-13 │ │ │ │ │ ├── GMT-14 │ │ │ │ │ ├── GMT0 │ │ │ │ │ ├── Zulu │ │ │ │ │ ├── GMT+0 │ │ │ │ │ ├── GMT-0 │ │ │ │ │ ├── Greenwich │ │ │ │ │ └── Universal │ │ │ │ ├── HST │ │ │ │ ├── MST │ │ │ │ ├── Pacific │ │ │ │ │ ├── Johnston │ │ │ │ │ ├── Palau │ │ │ │ │ ├── Wake │ │ │ │ │ ├── Chuuk │ │ │ │ │ ├── Pohnpei │ │ │ │ │ ├── Tahiti │ │ │ │ │ ├── Tarawa │ │ │ │ │ ├── Wallis │ │ │ │ │ ├── Funafuti │ │ │ │ │ ├── Gambier │ │ │ │ │ ├── Guadalcanal │ │ │ │ │ ├── Marquesas │ │ │ │ │ ├── Truk │ │ │ │ │ ├── Yap │ │ │ │ │ ├── Majuro │ │ │ │ │ ├── Ponape │ │ │ │ │ ├── Fakaofo │ │ │ │ │ ├── Norfolk │ │ │ │ │ ├── Samoa │ │ │ │ │ ├── Galapagos │ │ │ │ │ ├── Pitcairn │ │ │ │ │ ├── Port_Moresby │ │ │ │ │ ├── Guam │ │ │ │ │ ├── Kosrae │ │ │ │ │ ├── Niue │ │ │ │ │ ├── Kwajalein │ │ │ │ │ ├── Enderbury │ │ │ │ │ └── Kiritimati │ │ │ │ ├── Africa │ │ │ │ │ ├── Lome │ │ │ │ │ ├── Lagos │ │ │ │ │ ├── Abidjan │ │ │ │ │ ├── Bangui │ │ │ │ │ ├── Douala │ │ │ │ │ ├── Harare │ │ │ │ │ ├── Kigali │ │ │ │ │ ├── Lusaka │ │ │ │ │ ├── Maputo │ │ │ │ │ ├── Blantyre │ │ │ │ │ ├── Bujumbura │ │ │ │ │ ├── Djibouti │ │ │ │ │ ├── Kinshasa │ │ │ │ │ ├── Mbabane │ │ │ │ │ ├── Ouagadougou │ │ │ │ │ ├── Brazzaville │ │ │ │ │ ├── Libreville │ │ │ │ │ ├── Lubumbashi │ │ │ │ │ ├── Asmera │ │ │ │ │ ├── Bissau │ │ │ │ │ ├── Dakar │ │ │ │ │ ├── Malabo │ │ │ │ │ ├── El_Aaiun │ │ │ │ │ ├── Luanda │ │ │ │ │ ├── Porto-Novo │ │ │ │ │ ├── Sao_Tome │ │ │ │ │ ├── Timbuktu │ │ │ │ │ ├── Addis_Ababa │ │ │ │ │ ├── Bamako │ │ │ │ │ ├── Niamey │ │ │ │ │ ├── Banjul │ │ │ │ │ ├── Conakry │ │ │ │ │ ├── Monrovia │ │ │ │ │ ├── Ndjamena │ │ │ │ │ ├── Asmara │ │ │ │ │ ├── Maseru │ │ │ │ │ ├── Nouakchott │ │ │ │ │ ├── Mogadishu │ │ │ │ │ └── Dar_es_Salaam │ │ │ │ ├── GMT │ │ │ │ ├── UCT │ │ │ │ ├── UTC │ │ │ │ ├── Asia │ │ │ │ │ ├── Aden │ │ │ │ │ ├── Dubai │ │ │ │ │ ├── Kuwait │ │ │ │ │ ├── Riyadh │ │ │ │ │ ├── Muscat │ │ │ │ │ ├── Dacca │ │ │ │ │ ├── Macao │ │ │ │ │ ├── Thimbu │ │ │ │ │ ├── Calcutta │ │ │ │ │ ├── Qatar │ │ │ │ │ ├── Ashkhabad │ │ │ │ │ ├── Bahrain │ │ │ │ │ ├── Brunei │ │ │ │ │ ├── Kabul │ │ │ │ │ ├── Katmandu │ │ │ │ │ ├── Tel_Aviv │ │ │ │ │ ├── Thimphu │ │ │ │ │ ├── Bangkok │ │ │ │ │ ├── Chungking │ │ │ │ │ ├── Istanbul │ │ │ │ │ ├── Kathmandu │ │ │ │ │ ├── Saigon │ │ │ │ │ ├── Ujung_Pandang │ │ │ │ │ ├── Ulan_Bator │ │ │ │ │ └── Jayapura │ │ │ │ ├── GMT+0 │ │ │ │ ├── GMT-0 │ │ │ │ ├── GMT0 │ │ │ │ ├── Zulu │ │ │ │ ├── Indian │ │ │ │ │ ├── Cocos │ │ │ │ │ ├── Comoro │ │ │ │ │ ├── Mahe │ │ │ │ │ ├── Kerguelen │ │ │ │ │ ├── Mayotte │ │ │ │ │ ├── Reunion │ │ │ │ │ ├── Christmas │ │ │ │ │ ├── Chagos │ │ │ │ │ ├── Maldives │ │ │ │ │ └── Antananarivo │ │ │ │ ├── ROK │ │ │ │ ├── Antarctica │ │ │ │ │ ├── Syowa │ │ │ │ │ ├── Vostok │ │ │ │ │ ├── Rothera │ │ │ │ │ ├── Mawson │ │ │ │ │ ├── South_Pole │ │ │ │ │ └── DumontDUrville │ │ │ │ ├── GB │ │ │ │ ├── Greenwich │ │ │ │ ├── Iran │ │ │ │ ├── Japan │ │ │ │ ├── ROC │ │ │ │ ├── Universal │ │ │ │ ├── America │ │ │ │ │ ├── Anguilla │ │ │ │ │ ├── Dominica │ │ │ │ │ ├── Grenada │ │ │ │ │ ├── St_Kitts │ │ │ │ │ ├── St_Thomas │ │ │ │ │ ├── Tortola │ │ │ │ │ ├── Guadeloupe │ │ │ │ │ ├── Montserrat │ │ │ │ │ ├── Port_of_Spain │ │ │ │ │ ├── Atka │ │ │ │ │ ├── Antigua │ │ │ │ │ ├── Aruba │ │ │ │ │ ├── Cayenne │ │ │ │ │ ├── Cayman │ │ │ │ │ ├── Curacao │ │ │ │ │ ├── Ensenada │ │ │ │ │ ├── Panama │ │ │ │ │ ├── Shiprock │ │ │ │ │ ├── Guayaquil │ │ │ │ │ ├── Kralendijk │ │ │ │ │ ├── St_Lucia │ │ │ │ │ ├── Virgin │ │ │ │ │ ├── Lower_Princes │ │ │ │ │ ├── Marigot │ │ │ │ │ ├── St_Vincent │ │ │ │ │ ├── Coral_Harbour │ │ │ │ │ ├── Knox_IN │ │ │ │ │ ├── Porto_Acre │ │ │ │ │ ├── Jujuy │ │ │ │ │ ├── St_Barthelemy │ │ │ │ │ ├── Cordoba │ │ │ │ │ ├── Mendoza │ │ │ │ │ ├── Rosario │ │ │ │ │ ├── La_Paz │ │ │ │ │ ├── Catamarca │ │ │ │ │ ├── Creston │ │ │ │ │ ├── Louisville │ │ │ │ │ ├── Fort_Wayne │ │ │ │ │ ├── Indianapolis │ │ │ │ │ └── Buenos_Aires │ │ │ │ ├── Egypt │ │ │ │ ├── Eire │ │ │ │ ├── PRC │ │ │ │ ├── W-SU │ │ │ │ ├── Cuba │ │ │ │ ├── GB-Eire │ │ │ │ ├── Libya │ │ │ │ ├── NZ │ │ │ │ ├── Poland │ │ │ │ ├── Atlantic │ │ │ │ │ ├── South_Georgia │ │ │ │ │ ├── Faeroe │ │ │ │ │ ├── Jan_Mayen │ │ │ │ │ └── St_Helena │ │ │ │ ├── Hongkong │ │ │ │ ├── Israel │ │ │ │ ├── Navajo │ │ │ │ ├── Portugal │ │ │ │ ├── Turkey │ │ │ │ ├── US │ │ │ │ │ ├── Aleutian │ │ │ │ │ ├── Arizona │ │ │ │ │ ├── Central │ │ │ │ │ ├── Eastern │ │ │ │ │ ├── Hawaii │ │ │ │ │ ├── Michigan │ │ │ │ │ ├── Mountain │ │ │ │ │ ├── Samoa │ │ │ │ │ ├── Alaska │ │ │ │ │ ├── Pacific │ │ │ │ │ ├── Pacific-New │ │ │ │ │ ├── Indiana-Starke │ │ │ │ │ └── East-Indiana │ │ │ │ ├── Europe │ │ │ │ │ ├── Vatican │ │ │ │ │ ├── Belfast │ │ │ │ │ ├── Jersey │ │ │ │ │ ├── Nicosia │ │ │ │ │ ├── San_Marino │ │ │ │ │ ├── Bratislava │ │ │ │ │ ├── Busingen │ │ │ │ │ ├── Guernsey │ │ │ │ │ ├── Skopje │ │ │ │ │ ├── Zagreb │ │ │ │ │ ├── Isle_of_Man │ │ │ │ │ ├── Ljubljana │ │ │ │ │ ├── Mariehamn │ │ │ │ │ ├── Podgorica │ │ │ │ │ ├── Sarajevo │ │ │ │ │ └── Tiraspol │ │ │ │ ├── Jamaica │ │ │ │ ├── NZ-CHAT │ │ │ │ ├── Singapore │ │ │ │ ├── Brazil │ │ │ │ │ ├── West │ │ │ │ │ ├── East │ │ │ │ │ ├── Acre │ │ │ │ │ └── DeNoronha │ │ │ │ ├── Iceland │ │ │ │ ├── Arctic │ │ │ │ │ └── Longyearbyen │ │ │ │ ├── Australia │ │ │ │ │ ├── West │ │ │ │ │ ├── ACT │ │ │ │ │ ├── NSW │ │ │ │ │ ├── North │ │ │ │ │ ├── LHI │ │ │ │ │ ├── Canberra │ │ │ │ │ ├── South │ │ │ │ │ ├── Tasmania │ │ │ │ │ ├── Victoria │ │ │ │ │ ├── Queensland │ │ │ │ │ └── Yancowinna │ │ │ │ ├── Canada │ │ │ │ │ ├── Eastern │ │ │ │ │ ├── Atlantic │ │ │ │ │ ├── Central │ │ │ │ │ ├── Mountain │ │ │ │ │ ├── Yukon │ │ │ │ │ ├── Pacific │ │ │ │ │ ├── Saskatchewan │ │ │ │ │ ├── Newfoundland │ │ │ │ │ └── East-Saskatchewan │ │ │ │ ├── Kwajalein │ │ │ │ ├── SystemV │ │ │ │ │ ├── CST6 │ │ │ │ │ ├── MST7 │ │ │ │ │ ├── YST9 │ │ │ │ │ ├── AST4ADT │ │ │ │ │ ├── CST6CDT │ │ │ │ │ ├── HST10 │ │ │ │ │ ├── MST7MDT │ │ │ │ │ ├── PST8 │ │ │ │ │ ├── EST5EDT │ │ │ │ │ ├── AST4 │ │ │ │ │ ├── EST5 │ │ │ │ │ ├── YST9YDT │ │ │ │ │ └── PST8PDT │ │ │ │ ├── Chile │ │ │ │ │ ├── EasterIsland │ │ │ │ │ └── Continental │ │ │ │ └── Mexico │ │ │ │ │ ├── BajaNorte │ │ │ │ │ ├── BajaSur │ │ │ │ │ └── General │ │ │ │ ├── encoding │ │ │ │ ├── iso2022-kr.enc │ │ │ │ └── iso2022-jp.enc │ │ │ │ └── msgs │ │ │ │ ├── en_za.msg │ │ │ │ ├── es_ar.msg │ │ │ │ ├── it_ch.msg │ │ │ │ ├── ru_ua.msg │ │ │ │ ├── af_za.msg │ │ │ │ ├── en_bw.msg │ │ │ │ ├── en_sg.msg │ │ │ │ ├── en_zw.msg │ │ │ │ ├── es_bo.msg │ │ │ │ ├── es_cl.msg │ │ │ │ ├── es_co.msg │ │ │ │ ├── es_cr.msg │ │ │ │ ├── es_do.msg │ │ │ │ ├── es_ec.msg │ │ │ │ ├── es_gt.msg │ │ │ │ ├── es_hn.msg │ │ │ │ ├── es_mx.msg │ │ │ │ ├── es_ni.msg │ │ │ │ ├── es_pa.msg │ │ │ │ ├── es_pe.msg │ │ │ │ ├── es_pr.msg │ │ │ │ ├── es_py.msg │ │ │ │ ├── es_sv.msg │ │ │ │ ├── es_uy.msg │ │ │ │ ├── es_ve.msg │ │ │ │ ├── gl_es.msg │ │ │ │ └── gv_gb.msg │ │ ├── keyboardkey.exe │ │ ├── keyboardup.exe │ │ ├── mouseclick.exe │ │ ├── unicodedata.pyd │ │ ├── PIL._imaging.pyd │ │ ├── PIL._imagingft.pyd │ │ ├── keyboarddown.exe │ │ └── keyboardtype.exe │ └── build │ │ └── bdist.win-amd64 │ │ └── winexe │ │ └── collect-2.7 │ │ ├── abc.pyc │ │ ├── bdb.pyc │ │ ├── bz2.pyc │ │ ├── cmd.pyc │ │ ├── dis.pyc │ │ ├── io.pyc │ │ ├── os.pyc │ │ ├── pdb.pyc │ │ ├── re.pyc │ │ ├── sre.pyc │ │ ├── FixTk.pyc │ │ ├── copy.pyc │ │ ├── heapq.pyc │ │ ├── pipes.pyc │ │ ├── repr.pyc │ │ ├── shlex.pyc │ │ ├── stat.pyc │ │ ├── token.pyc │ │ ├── types.pyc │ │ ├── StringIO.pyc │ │ ├── Tkinter.pyc │ │ ├── UserDict.pyc │ │ ├── _abcoll.pyc │ │ ├── _ctypes.pyc │ │ ├── _hashlib.pyc │ │ ├── _tkinter.pyc │ │ ├── atexit.pyc │ │ ├── base64.pyc │ │ ├── calendar.pyc │ │ ├── codecs.pyc │ │ ├── colorsys.pyc │ │ ├── copy_reg.pyc │ │ ├── difflib.pyc │ │ ├── doctest.pyc │ │ ├── fnmatch.pyc │ │ ├── getopt.pyc │ │ ├── gettext.pyc │ │ ├── hashlib.pyc │ │ ├── inspect.pyc │ │ ├── keyword.pyc │ │ ├── locale.pyc │ │ ├── ntpath.pyc │ │ ├── numbers.pyc │ │ ├── opcode.pyc │ │ ├── optparse.pyc │ │ ├── pickle.pyc │ │ ├── pprint.pyc │ │ ├── quopri.pyc │ │ ├── random.pyc │ │ ├── select.pyc │ │ ├── string.pyc │ │ ├── struct.pyc │ │ ├── tempfile.pyc │ │ ├── textwrap.pyc │ │ ├── tokenize.pyc │ │ ├── warnings.pyc │ │ ├── weakref.pyc │ │ ├── PIL │ │ ├── Image.pyc │ │ ├── _util.pyc │ │ ├── ImageDraw.pyc │ │ ├── ImageFile.pyc │ │ ├── ImageFont.pyc │ │ ├── ImageGrab.pyc │ │ ├── ImageMode.pyc │ │ ├── ImageOps.pyc │ │ ├── ImagePath.pyc │ │ ├── ImageQt.pyc │ │ ├── ImageShow.pyc │ │ ├── PyAccess.pyc │ │ ├── TiffTags.pyc │ │ ├── __init__.pyc │ │ ├── _binary.pyc │ │ ├── _imaging.pyc │ │ ├── ImageChops.pyc │ │ ├── ImageColor.pyc │ │ ├── ImageDraw2.pyc │ │ ├── JpegPresets.pyc │ │ ├── PaletteFile.pyc │ │ ├── _imagingft.pyc │ │ ├── BmpImagePlugin.pyc │ │ ├── GifImagePlugin.pyc │ │ ├── ImagePalette.pyc │ │ ├── ImageSequence.pyc │ │ ├── MpoImagePlugin.pyc │ │ ├── PngImagePlugin.pyc │ │ ├── PpmImagePlugin.pyc │ │ ├── GimpGradientFile.pyc │ │ ├── GimpPaletteFile.pyc │ │ ├── JpegImagePlugin.pyc │ │ └── TiffImagePlugin.pyc │ │ ├── __future__.pyc │ │ ├── _strptime.pyc │ │ ├── functools.pyc │ │ ├── linecache.pyc │ │ ├── os2emxpath.pyc │ │ ├── posixpath.pyc │ │ ├── sre_parse.pyc │ │ ├── stringprep.pyc │ │ ├── subprocess.pyc │ │ ├── threading.pyc │ │ ├── traceback.pyc │ │ ├── Tkconstants.pyc │ │ ├── _weakrefset.pyc │ │ ├── collections.pyc │ │ ├── dummy_thread.pyc │ │ ├── encodings │ │ ├── gbk.pyc │ │ ├── hz.pyc │ │ ├── ascii.pyc │ │ ├── big5.pyc │ │ ├── cp037.pyc │ │ ├── cp424.pyc │ │ ├── cp437.pyc │ │ ├── cp500.pyc │ │ ├── cp720.pyc │ │ ├── cp737.pyc │ │ ├── cp775.pyc │ │ ├── cp850.pyc │ │ ├── cp852.pyc │ │ ├── cp855.pyc │ │ ├── cp856.pyc │ │ ├── cp857.pyc │ │ ├── cp858.pyc │ │ ├── cp860.pyc │ │ ├── cp861.pyc │ │ ├── cp862.pyc │ │ ├── cp863.pyc │ │ ├── cp864.pyc │ │ ├── cp865.pyc │ │ ├── cp866.pyc │ │ ├── cp869.pyc │ │ ├── cp874.pyc │ │ ├── cp875.pyc │ │ ├── cp932.pyc │ │ ├── cp949.pyc │ │ ├── cp950.pyc │ │ ├── idna.pyc │ │ ├── johab.pyc │ │ ├── mbcs.pyc │ │ ├── utf_7.pyc │ │ ├── utf_8.pyc │ │ ├── __init__.pyc │ │ ├── aliases.pyc │ │ ├── charmap.pyc │ │ ├── cp1006.pyc │ │ ├── cp1026.pyc │ │ ├── cp1140.pyc │ │ ├── cp1250.pyc │ │ ├── cp1251.pyc │ │ ├── cp1252.pyc │ │ ├── cp1253.pyc │ │ ├── cp1254.pyc │ │ ├── cp1255.pyc │ │ ├── cp1256.pyc │ │ ├── cp1257.pyc │ │ ├── cp1258.pyc │ │ ├── euc_jp.pyc │ │ ├── euc_kr.pyc │ │ ├── gb18030.pyc │ │ ├── gb2312.pyc │ │ ├── koi8_r.pyc │ │ ├── koi8_u.pyc │ │ ├── latin_1.pyc │ │ ├── palmos.pyc │ │ ├── ptcp154.pyc │ │ ├── punycode.pyc │ │ ├── rot_13.pyc │ │ ├── tis_620.pyc │ │ ├── utf_16.pyc │ │ ├── utf_32.pyc │ │ ├── uu_codec.pyc │ │ ├── big5hkscs.pyc │ │ ├── bz2_codec.pyc │ │ ├── hex_codec.pyc │ │ ├── hp_roman8.pyc │ │ ├── iso2022_jp.pyc │ │ ├── iso2022_kr.pyc │ │ ├── iso8859_1.pyc │ │ ├── iso8859_10.pyc │ │ ├── iso8859_11.pyc │ │ ├── iso8859_13.pyc │ │ ├── iso8859_14.pyc │ │ ├── iso8859_15.pyc │ │ ├── iso8859_16.pyc │ │ ├── iso8859_2.pyc │ │ ├── iso8859_3.pyc │ │ ├── iso8859_4.pyc │ │ ├── iso8859_5.pyc │ │ ├── iso8859_6.pyc │ │ ├── iso8859_7.pyc │ │ ├── iso8859_8.pyc │ │ ├── iso8859_9.pyc │ │ ├── mac_arabic.pyc │ │ ├── mac_farsi.pyc │ │ ├── mac_greek.pyc │ │ ├── mac_latin2.pyc │ │ ├── mac_roman.pyc │ │ ├── shift_jis.pyc │ │ ├── undefined.pyc │ │ ├── utf_16_be.pyc │ │ ├── utf_16_le.pyc │ │ ├── utf_32_be.pyc │ │ ├── utf_32_le.pyc │ │ ├── utf_8_sig.pyc │ │ ├── zlib_codec.pyc │ │ ├── base64_codec.pyc │ │ ├── euc_jis_2004.pyc │ │ ├── euc_jisx0213.pyc │ │ ├── iso2022_jp_1.pyc │ │ ├── iso2022_jp_2.pyc │ │ ├── iso2022_jp_3.pyc │ │ ├── mac_centeuro.pyc │ │ ├── mac_croatian.pyc │ │ ├── mac_cyrillic.pyc │ │ ├── mac_iceland.pyc │ │ ├── mac_romanian.pyc │ │ ├── mac_turkish.pyc │ │ ├── quopri_codec.pyc │ │ ├── string_escape.pyc │ │ ├── iso2022_jp_2004.pyc │ │ ├── iso2022_jp_ext.pyc │ │ ├── shift_jis_2004.pyc │ │ ├── shift_jisx0213.pyc │ │ ├── unicode_escape.pyc │ │ ├── raw_unicode_escape.pyc │ │ └── unicode_internal.pyc │ │ ├── genericpath.pyc │ │ ├── sre_compile.pyc │ │ ├── sre_constants.pyc │ │ ├── unicodedata.pyc │ │ ├── unittest │ │ ├── case.pyc │ │ ├── main.pyc │ │ ├── util.pyc │ │ ├── loader.pyc │ │ ├── result.pyc │ │ ├── runner.pyc │ │ ├── suite.pyc │ │ ├── __init__.pyc │ │ └── signals.pyc │ │ ├── ctypes │ │ ├── __init__.pyc │ │ ├── _endian.pyc │ │ └── wintypes.pyc │ │ ├── pymsgbox │ │ ├── native.pyc │ │ ├── __init__.pyc │ │ ├── _native_osx.pyc │ │ ├── _native_win.pyc │ │ ├── _native_x11.pyc │ │ └── _native_java.pyc │ │ ├── _threading_local.pyc │ │ ├── logging │ │ └── __init__.pyc │ │ ├── pyautogui │ │ ├── __init__.pyc │ │ ├── _pyautogui_osx.pyc │ │ ├── _pyautogui_win.pyc │ │ └── _pyautogui_x11.pyc │ │ ├── pyscreeze │ │ └── __init__.pyc │ │ └── pytweening │ │ └── __init__.pyc │ ├── src │ ├── keyboardtype.py │ ├── mousemove.py │ ├── keyboardup.py │ ├── mouseup.py │ ├── keyboarddown.py │ ├── mousedown.py │ ├── mouseclick.py │ └── keyboardkey.py │ └── windows-wrapper.php └── src └── PHPBot ├── Command └── CommandInterface.php └── OS ├── OperatingSystem.php ├── Linux.php └── WindowsNT.php /.gitignore: -------------------------------------------------------------------------------- 1 | vendor/* 2 | log/* 3 | composer.lock -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/bz2.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/bz2.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/tk85.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/tk85.dll -------------------------------------------------------------------------------- /ext/pyautogui/src/keyboardtype.py: -------------------------------------------------------------------------------- 1 | import pyautogui 2 | from sys import argv 3 | 4 | pyautogui.typewrite(argv[1]) -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/select.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/select.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/tcl85.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/tcl85.dll -------------------------------------------------------------------------------- /ext/pyautogui/src/mousemove.py: -------------------------------------------------------------------------------- 1 | import pyautogui 2 | from sys import argv 3 | 4 | pyautogui.moveTo(argv[1], argv[2]) -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/_ctypes.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/_ctypes.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/_hashlib.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/_hashlib.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/_tkinter.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/_tkinter.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/library.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/library.zip -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/mousedown.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/mousedown.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/mousemove.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/mousemove.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/mouseup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/mouseup.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/python27.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/python27.dll -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/tcl/tk8.5/msgs/en_gb.msg: -------------------------------------------------------------------------------- 1 | namespace eval ::tk { 2 | ::msgcat::mcset en_gb Color Colour 3 | } 4 | -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/keyboardkey.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/keyboardkey.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/keyboardup.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/keyboardup.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/mouseclick.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/mouseclick.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/unicodedata.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/unicodedata.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/PIL._imaging.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/PIL._imaging.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/PIL._imagingft.pyd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/PIL._imagingft.pyd -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/keyboarddown.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/keyboarddown.exe -------------------------------------------------------------------------------- /ext/pyautogui/bin/dist/keyboardtype.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nawarian/PHPBot/HEAD/ext/pyautogui/bin/dist/keyboardtype.exe -------------------------------------------------------------------------------- /ext/pyautogui/windows-wrapper.php: -------------------------------------------------------------------------------- 1 |