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.
- Python 2.7
- Tkinter module
Run main.py
To clone the git version, do
$ git clone https://github.com/FrackeR011/COCOMO2_Simulator.git
COCOMO2_Simulator is open-source licensed under the MIT License.