electricpy.conversions.kwh_to_btu¶ electricpy.conversions.kwh_to_btu(kWh)[source]¶ Killo-Watt-Hours to BTU Function. Converts kWh (killo-Watt-hours) to BTU (British Thermal Units). BTU=kWh⋅3412.14 Same as btu. Parameters:¶ kWh : float¶The number of killo-Watt-hours Returns:¶ BTU – The number of British Thermal Units Return type:¶ float