All Projects → manuvarkey → GEstimator

manuvarkey / GEstimator

Licence: GPL-3.0 license
GEstimator is a simple civil estimation software written in Python and GTK+. GEstimator can prepare estimates along with rate analysis and supports multiple databases.

Programming Languages

python
139335 projects - #7 most used programming language
NSIS
403 projects

Projects that are alternatives of or similar to GEstimator

RLGC
An open-source platform for applying Reinforcement Learning for Grid Control (RLGC)
Stars: ✭ 85 (+400%)
Mutual labels:  electrical-engineering
ElectricalAge2
Eln2 Codebase
Stars: ✭ 44 (+158.82%)
Mutual labels:  electrical-engineering
svbrdf-estimation
SVBRDF Estimation using a Physically-based Differentiable Renderer
Stars: ✭ 16 (-5.88%)
Mutual labels:  estimation
HKU-Thesis-Template
HKU Thesis Template
Stars: ✭ 36 (+111.76%)
Mutual labels:  electrical-engineering
SNAC
Simultaneous Navigation and Construction
Stars: ✭ 13 (-23.53%)
Mutual labels:  construction
MultiObjectTracker
Advanced multiple object tracker using dlib and OpenCV.
Stars: ✭ 56 (+229.41%)
Mutual labels:  civil-engineering
StructPy
Structural Analysis Library for Python based on the direct stiffness method
Stars: ✭ 56 (+229.41%)
Mutual labels:  civil-engineering
code-review-estimator
Estimate cost of code review using Machine Learning
Stars: ✭ 49 (+188.24%)
Mutual labels:  estimation
ediTable
Manipulation of table (sort, add, edit, remove, etc... - rows | valid cells, type, require, etc... cells )
Stars: ✭ 14 (-17.65%)
Mutual labels:  construction
ElectricPy
Electrical Engineering Python Module
Stars: ✭ 35 (+105.88%)
Mutual labels:  electrical-engineering
DiD
Keeping track of what is going on with the latest DiD innovations.
Stars: ✭ 299 (+1658.82%)
Mutual labels:  estimation
statsample-timeseries
Statsample TimeSeries
Stars: ✭ 26 (+52.94%)
Mutual labels:  estimation
dsge
Course on Dynamic Stochastic General Equilibrium (DSGE): Models, Solution, Estimation (graduate level)
Stars: ✭ 41 (+141.18%)
Mutual labels:  estimation
dynamic-discrete-choice
Matlab package for learning to specify, compute, and estimate dynamic discrete choice models
Stars: ✭ 28 (+64.71%)
Mutual labels:  estimation
4004-SBC
Home-brew Intel 4004 Single Board Computer
Stars: ✭ 18 (+5.88%)
Mutual labels:  construction
vibration toolbox
Educational Vibration programs. Intended for undergraduate and early graduate students.
Stars: ✭ 89 (+423.53%)
Mutual labels:  civil-engineering
poinz
Distributed Planning Poker
Stars: ✭ 105 (+517.65%)
Mutual labels:  estimation
ElectricalEngineering.jl
Julia electrical engineering package
Stars: ✭ 22 (+29.41%)
Mutual labels:  electrical-engineering
prodest
Stata and R functions for production function estimation
Stars: ✭ 24 (+41.18%)
Mutual labels:  estimation
HELMpy
HELMpy, open source package of power flow solvers, including the Holomorphic Embedding Load Flow Method (HELM), developed on Python 3
Stars: ✭ 24 (+41.18%)
Mutual labels:  electrical-engineering

GEstimator

GEstimator is a civil estimation software for preparing cost and quantity estimates of civil/electrical works along with detailed rate analysis. It supports multiple user databases and comes bundled with DSR 2018 (Civil) and DSR 2018 (E&M).

The program is organised in three tabs - Schedule Items, Details of Measurements and Resource Items. Schedule Items implements an interface to input the estimate schedule/import the schedule from a .xlsx file. On editing (Edit) any schedule item an Analysis View is displayed allowing edit of the rate analysis. Details of Measurements allows the details of measurements to be recorded against items added under Schedule Items. Resource Items allows input/manipulation of the resources like material, labour and tools/plants upon which the rate analysis will be framed.

The estimates can be rendered into a .xlsx document from Menu->Export.... The exported sheet includes - the schedule of rates for the work, schedule of resources, details of measurements, resource usage for the work and analysis of rates for various items of work.

Homepage: https://manuvarkey.github.io/GEstimator/

Installation

Latest source code and binaries for GEstimator can be downloaded from this page under Releases.

Source installation

Application can be installed using python setup.py install. It has been tested with Python 3.4 and Gtk 3.18, and has the following extra dependencies.

Dependencies:

Python 3 (v3.5)

Python Modules:

  • undo - Included along with distribution.
  • openpyxl (v2.5.1) - Not included
  • appdirs (v1.4.3) - Not included
  • jdcal - Not included
  • et_xmlfile - Not included
  • peewee (v3.2.0) - Not included
  • pyblake2 - Not included
  • pycairo - Not included
  • PyGObject - Not included

GTK3 (v3.36)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].