Electricity Billing System
A web-based application for managing electricity billing with customer management, transaction tracking, and usage visualization.
Features
- Customer management (add, view, delete)
- Transaction recording and tracking
- Usage visualization with graphs
- Responsive design with ASCII art styling
- Demo mode for testing without database
Installation
- Clone the repository:
git clone https://github.com/yourusername/electricity-billing-system.git
cd electricity-billing-system
- Install dependencies:
pip install -r requirements.txt
- Run the application:
Usage
The application will run in demo mode if MySQL is not configured. To use with a database:
- Configure your MySQL database
- Update the database connection settings in app.py
License
MIT License