A GUI application for project management using the Program Evaluation and Review Technique (PERT). Calculate critical paths, expected durations, and completion probabilities with visualization support.
- Critical Path Identification: Determine the longest path in the project network.
- Probability Analysis: Calculate the likelihood of completing the project by a desired deadline.
- Visualization: Plot the project network with the critical path highlighted.
- Z-Score & Standard Deviation: Quantify project risk and variability.
Dependencies: pip install networkx matplotlib scipy numpy pillow