pytrol

easy to use Linux process managment in python


License
MIT
Install
pip install pytrol==0.1.1

Documentation

pytrol

What is pytrol

pytrol is a helper for subprocess and allows easy process management.

Installation

Automatic (recommended)

$ pip install pytrol

Manual

$ git clone git@github.com:daehruoydeef/pytrol.git
# moving pytrol into your projects lib folder assuming you are cloning it in the same directory
$ cd myProject
# create a lib folder inside your python project folder
$ mkdir lib
# move the cloned repository inside you lib folder
$ mv ../pytrol/ ./lib

Overview

  • start
  • startAndWait
  • restart
  • restartAndWait
  • kill
  • isRunning
  • playSound
  • getUser
  • getUserPath
  • notify

Documentation

Follow this link