【python作個錄屏軟件】3.GUI加上錄屏錄音

續上文python 1.建立輸出目錄 RESULT_PATH = './res' # 存儲錄屏和錄音的位置 def create_dirs(): if not os.path.exists(RESULT_PATH): os.mkdir(RESULT_PATH) video_path = os.path.join(RESULT_PATH, 'video')
相關文章
相關標籤/搜索