This is a mini python script that calculates and generate take of for mini buildings, this program is written in python.
The program heavily depends on pandas and openpyxl for generating report in spreadheet format.
To install pandas and openpyxl, open terminal and run
pip install pandas
pip install openpyxl OR
pip install -r requirements.txt
Clone or download the repository, open the downloaded file on your terminal and run:
cd src
python3 take_off_calculator.pyFollow the instruction that prompts on the command line and then enter Q to generate report.
Report files can be found in the REPORTS directory in the project directory.