Skip to content

Valdecy/pyCritical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyCritical

Introduction

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.

Usage

  1. Install
pip install pycritical
  1. Try it in Colab:

About

CPM & PERT methods with Gantt chart plots

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages