The Solar Break-Even Calculator is a web application that helps users determine the financial feasibility of installing solar panels. It calculates the break-even point by analyzing initial costs, potential energy savings, and return on investment over time.
To run the application, follow these steps:
- Clone the Repository:
git clone https://github.com/MafuMQ/solar-break-even.git cd solar-break-even - Install Dependencies:
Ensure that you have Python installed (preferably version 3.6 or higher). Install the required dependencies using pip:
pip install -r requirements.txt
- Run the Application:
Start the web application by running:
python app.py
- Access the App:
Open your web browser and navigate to
http://127.0.0.1:5000to access the Solar Break-Even Calculator.
- Flask
- NumPy
- Pandas
Ensure you have these libraries installed by following the Install Dependencies section above.
Let’s consider a scenario:
- Initial Cost of Installation: $20,000
- Monthly Savings on Energy Bills: $150
- Total Annual Savings: $1,800
- Expected Lifespan of Solar Panels: 25 years
Break-even Analysis:
- Total Savings Over 25 Years: $45,000
- Break-even Point: 11.1 years (approximately)
In this example, after about 11 years, the initial investment will be recouped through savings, making it a financially viable option for solar energy installation.
This project aims to give users a clear understanding of the financial implications of investing in solar energy, encouraging a shift towards sustainable energy solutions.