Skip to content

Instantly share code, notes, and snippets.

# -*- coding: cp932 -*-
import win32gui, win32ui, win32con
import time, random
import webbrowser
# IEでflashのペイントソフトを開く
ie = webbrowser.get(webbrowser.iexplore)
ie.open("http://www.ippei.org/flash/peint/flashpeint.html")
time.sleep(3) #ロード完了するまでちょっと待つ