An intuitive electricity bill estimator with state-wise logic, solar adjustments, and CSV export.ย
- ๐ข Real-Time Estimation: Calculates electricity charges based on monthly usage.
- ๐งฎ Solar Net Metering: Handles export/import logic and solar adjustments.
- ๐ State-Specific Billing: Supports varying rates and billing slabs across Indian states.
- ๐พ Offline Memory Save: Automatically stores your last estimate locally.
- ๐ค CSV Export: Easily save and share billing records in spreadsheet format.
- ๐งโ๐ป User-Friendly GUI: Built with Tkinter for a clean, responsive experience.
-Tkinter (GUI)
-CSV Module (Data Export)
- PyInstaller (for packaging into `.exe`)
After calculation a .csv entry will be registered in the application folder.
RUN the application ('Smart Energy Tracker.exe').
SELECT your state or Power Company.
ENTER monthly units consumed.
ENTER SOLAR EXPORT (if applicable) units for net metering.
CLICK CALCULATE to view detailed results.
Ideas? Found a bug? Want to suggest a feature?
Feel free to open an issue or submit a pull request at my GitHub.