# process_detection **Repository Path**: cx-a/process_detection ## Basic Information - **Project Name**: process_detection - **Description**: python+tkinter实现windows循环检测指定进程后关闭此进程 - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2024-08-05 - **Last Updated**: 2025-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: 进程监测 ## README # process_detection #### 介绍 python+tkinter实现循环检测指定进程后关闭此进程。 有个MoUSOCoreWorker 进程,不想它启动,它慢慢的就占用内存达1GB,就想着能不能用Python检测到然后就直接关闭了。 #### 界面构建 使用:https://www.pytk.net Tkinter GUI布局助手构建 #### 软件架构 python+tkinter #### 使用说明 没有多复杂的功能,就只是输入指定的进程名字,然后点击开始监控,就每3秒循环监控是否存在指定的进程,然后关闭此进程。 #### 运行截图 ![输入图片说明](https://foruda.gitee.com/images/1722820421243937127/ad8c2cd2_957203.png "搜狗高速浏览器截图20240801152150.png") #### 更新记录 2024.08.01 v1.0.2 1.更新监控频率自定义 2024.08.01 v1.0.1 1.更新监控状态栏 2.增加可以停止监控功能 2024.07.31 v1.0.0 初始版本