https://github.com/duckboss/pythontaskmanager
A Windows task manager for python applications.
https://github.com/duckboss/pythontaskmanager
multithreaded process-manager pyqt5 python python3 task-manager windows
Last synced: 6 months ago
JSON representation
A Windows task manager for python applications.
- Host: GitHub
- URL: https://github.com/duckboss/pythontaskmanager
- Owner: DuckBoss
- License: gpl-3.0
- Created: 2020-09-10T21:47:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T09:10:06.000Z (over 5 years ago)
- Last Synced: 2025-04-07T21:38:33.564Z (10 months ago)
- Topics: multithreaded, process-manager, pyqt5, python, python3, task-manager, windows
- Language: Python
- Homepage:
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PythonTaskManager
A Windows task manager for python applications.
### Advantages
- Quickly find out what python applications are running.
- No more scrolling through a list of Windows Task Manager processes to find your python applications.
- No more generic 'python.exe' process for every python application like Windows Task Manager.
- Lightweight multi-threaded solution.
Python Task Manager | Windows Task Manager
--- | ---
 | 
### Usage
```
pythonw PythonTaskManager/pytaskmanager.pyw
```
### Requirements
- Python 3.7+
- Windows Vista + (or) Windows Server 2008 +
### Dependencies
To install dependencies: `pip install -r requirements.txt`
- psutil
- pyqt5