pyCritical is a Python library designed to solve Critical Path Method (CPM) and Program Evaluation Review Technique (PERT) problems. It provides functionalities to calculate project schedules, identify critical paths, and visualize project timelines with Gantt charts.
Features
- CPM Analysis: Calculate the critical path, earliest start and finish times, latest start and finish times, and slack times.
- PERT Analysis: Evaluate project timelines with probabilistic time estimates.
- Gantt Chart Visualization: Generate Gantt charts to visually represent the project schedule.
- Install
pip install pycritical- Try it in Colab:
- Example 01: CPM ( Colab Demo )
- Example 02: PERT ( Colab Demo )