# screen_shot_tool **Repository Path**: pywcc/screen_shot_tool ## Basic Information - **Project Name**: screen_shot_tool - **Description**: 基于Tinker、Pillow、websockts的截图多人聊天小工具 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: 1.0.2.0 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-05-09 - **Last Updated**: 2024-11-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # screen_shot_tool [toc] #### 1. 项目介绍 基于Tinker、Pillow、websockts的截图多人聊天GUI小项目 [工具主页面] ![](statics/shot240309.png) #### 2. 软件功能 ##### 2.1 截图功能演示: ![](statics/shot0221.gif) ##### 2.2 时间(倒计时):支持水球图,饼图,进度条展示 ![](statics/time240309.png) ##### 2.3 桌面动图: ![](statics/dymic_desk.gif) ##### 2.4 多人聊天: ![](statics/chat.png) ##### 2.5 配置 截图保存在: 默认保存在启动文件gui_handle.py或者可执行exe文件同级capture_imgs目录 ![](statics/capture_path_exe.png) 支持修改文件: ![](statics/save_img_exe.png) #### 3. 开发问题(windows)记录 ``` 1.pyinstaller打包exe不能截图问题 主要是打包时路径问题(在screen_shot_tool目录打包 pyinstaller -F -i ./statics/favicon.ico -w ./handler/gui_main.py -n shot) ``` #### 4. 安装教程 1. Python 3.6.8 2. 安装python依赖包 ``` pip3 install -r requirements.txt ``` #### 5. 使用说明 1. 直接运行`gui_main.py`或者`main.py`或者直接运行`pyinstaller`打包的`exe`文件 #### 6. 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request