This is a Python-based Electricity Bill Calculator that helps you compute your electricity bill based on the units consumed. It currently supports only popular cities in India and includes key calculations based on electricity tariffs.
πΉ Simply input the number of units, and it will estimate your bill amount and you should also know your electricity provider.
πΉ Built for quick calculations & accuracy.
β
Calculates electricity bills based on popular Indian cities
β
Uses real tariff rates for better estimation
This program currently supports electricity bill calculations for the following major cities in India:
- ποΈ Delhi
- ποΈ Mumbai
- ποΈ Bangalore
- ποΈ Chennai
- ποΈ Kolkata
- ποΈ Hyderabad
- ποΈ Pune
- Fork the repository.
- Add your state's electricity rates in the code.
- Submit a Pull Request (PR) with details of your updates.
Currently, this program is built for popular cities in India, but we welcome global contributors! If you want to add your country's electricity bill calculations, please submit a pull request with the correct tariff rates.
Before using this tool, make sure you know your electricity provider and the applicable tariff rates in your city. The rates in the program are estimates and may vary slightly.
# Clone this repository
git clone https://github.com/your-username/electricity-bill-generator.git
cd electricity-bill-generator
# Install Python (if not already installed)
# Run the script
python bill_calculator.py
# Enter the required details and get your estimated bill