Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 368 Bytes

File metadata and controls

21 lines (13 loc) · 368 Bytes

python-screen-record

基于 pyqt 的屏幕录制工具

可全屏录制或手动选择区域录制,录制结果为MP4格式

具体操作如下

操作

日常屏幕录制分享推荐使用 ScreenToGif

安装

pip install moviepy
pip install pypiwin32
pip install pillow
pip install PyQT5