An open API service indexing awesome lists of open source software.

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.

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
--- | ---
![Python Task Manager](https://user-images.githubusercontent.com/20238115/92812802-f8e64400-f38d-11ea-8331-7e771037c2e2.png) | ![Windows Task Manager](https://user-images.githubusercontent.com/20238115/92991919-dc90f700-f4b4-11ea-9736-7950dae3d274.png)

### 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