Skip to main content

Temperature unit converter.

Project description

Temperature Converter provides a basic class for converting between Fahrenheit (F), Celsius (C), and Kelvin (K) temperatures.

Typical use might look like:

#!/usr/bin/env python

from temperatureconverter.TemperatureConverter import TemperatureConverter

temp_converter = TemperatureConverter()
print temp_converter.cToF(100)
>> 212.0

Exceptions are raised if temperatures below absolute zero (0 K) are provided.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

TemperatureConverter-0.1.1.tar.gz (3.0 kB view hashes)

Uploaded source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page