A Windows task manager for python applications.
- 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 |
---|---|
pythonw PythonTaskManager/pytaskmanager.pyw
- Python 3.7+
- Windows Vista + (or) Windows Server 2008 +
To install dependencies: pip install -r requirements.txt
- psutil
- pyqt5