a simple electricity bill generator which reads two types of readings and generators a bill
This simple Python project is a simple electricity generator that gets the name of the user, the previous reading(in units), and the present reading(in units). it generators the total units with the total amount to be paid.
I've used Tkinter and basic concepts of Python. the operations include total and reset.
The rules include the previous reading should be less than the present reading. if the previous reading is greater than the present reading, the bill will not be generated.
Submitted by shreya sai prabakar (theblack1gold)
Download packets of source code on Coders Packet
Comments