Electricity-billing-system-project

Electricity Billing System

A web-based application for managing electricity billing with customer management, transaction tracking, and usage visualization.

Features

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/electricity-billing-system.git
    cd electricity-billing-system
    
  2. Install dependencies:
    pip install -r requirements.txt
    
  3. Run the application:
    python app.py
    

Usage

The application will run in demo mode if MySQL is not configured. To use with a database:

  1. Configure your MySQL database
  2. Update the database connection settings in app.py

License

MIT License