This Python-based project helps users in Bangladesh easily calculate their monthly electricity bills, including VAT, based on the current rates. It provides an efficient way to estimate electricity expenses for general households, making bill management more convenient.
- Calculate total electricity cost based on usage (in kWh).
- Includes VAT (5%) automatically in the calculation.
- User-friendly inputs for electricity usage.
- Applicable for general households in Bangladesh.
- Designed and owned by TR FAHIM.
- Enter your monthly electricity usage in kWh.
- The program calculates the total bill using the per-unit rate and adds the 5% VAT.
- Displays a breakdown of:
- Base cost (before VAT)
- VAT amount
- Total cost (with VAT)
Ensure you have Python 3.6+ installed on your system.
- Clone the repository:
git clone https://github.com/trfahim/Electricity-Bill-Calculate.git