procname-redux

Set process titles in Python programs


Install
pip install procname-redux==0.3

Documentation

This module allows you to set the process title of a process under at least Linux and Mac OS X. Usage:

>>> import procname
>>> procname.setprocname("hello world")