State-of-the-art-process mining in Python

Designed to be used in both academia and industry, pm4py is the leading open source process mining platform written in Python, implementing: .
A sneak peak of pm4py's simple application:
import pm4py
if __name__ == "__main__":
    log = pm4py.read_xes('<path-to-xes-log-file.xes>')
    process_model = pm4py.discover_bpmn_inductive(log)
    pm4py.view_bpmn(process_model)
						

Process Mining Made Easy

Discovering a process model using less than 10 lines of code!
Extendable
pm4py is available through Python pip and is easily integrated with several other applications.
Fully Documented
What's the use of a library without proper documentation? Read all about it on the Documentation page!
Happy to Help
We are happy to help you in case you have any questions, just drop us a message!

News

New White Paper on PM4Py Published in Software Impacts (Elsevier)

We're excited to announce the publication of a new paper titled PM4Py: A process mining library for Python in Software Impacts (Elsevier). Authored by Alessandro Berti, Sebastiaan van Zelst, and Daniel Schuster. This paper provides a detailed overview of PM4Py's features and advancements.

It appears you don't have a PDF plugin for this browser. No biggie... you can click here to download the PDF file.

pm4py Tutorial Series Available on Youtube!

We are regularly releasing various pm4py tutorials on Youtube!

pm4py featured on Medium.com

Read this interesting article introducing process mining in python using pm4py!

Get Started

What are you still waiting for? Install pm4py now and start playing around!