/COCOMO2_Simulator

Software cost estimation using the COCOMO 2 model.

Primary LanguagePythonMIT LicenseMIT

COCOMO2_Simulator

A desktop application for Software Cost Estimation using COCOMO II Model.

The Constructive Cost Model (COCOMO) is a procedural software cost estimation model developed by Barry W. Boehm.

COCOMO2_Simulator is able to estimate:

  • Function Point
  • Effort in Person Months
  • Cost of Development
  • Time of Development

The app can estimate System Lines of Code if number of Function Point is known for popular programming languages.

Dependencies

  • Python 2.7
  • Tkinter module

Usage

Run main.py

Download

To clone the git version, do

$ git clone https://github.com/FrackeR011/COCOMO2_Simulator.git

License

COCOMO2_Simulator is open-source licensed under the MIT License.