
エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
初めてのPython スクスタのMVを連続再生させる - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
初めてのPython スクスタのMVを連続再生させる - Qiita
# coding:utf-8 import pyautogui import glob import time from pydef import* def counterModeSerial(... # coding:utf-8 import pyautogui import glob import time from pydef import* def counterModeSerial(i:int,maxcount:int): if i>=maxcount: return 0 else: return i+1 def main(files:list,loopmode:int,waittime:int): i:int=0 while True: loc=pyautogui.locateCenterOnScreen(files[i]) if not(loc==None): time.sleep(waittime) pyautogui.click(loc[X],loc[Y]) i=counterModeSerial(i,len(files)-1) time.sleep(waittime)