Skip to content

DuckBoss/PythonTaskManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages