All skills
Skillintermediate
Temperature Converter
This example implements a temperature converter using Python and Behave.
Claude Code Knowledge Pack7/10/2026
Overview
Temperature Converter
This example implements a temperature converter using Python and Behave.
The system converts between Celsius and Fahrenheit, rejecting temperatures below absolute zero.
Requires Python behave installed.
For example, on Ubuntu/Debian with:
sudo apt-get update && sudo apt-get install -y --no-install-recommends python3-behave