【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')
相关文章
相关标签/搜索