Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

tempconv2

A tiny Python CLI that converts Celsius to Fahrenheit.

Usage

python tempconv.py 100
# 100.0°C = 212.0°F

python tempconv.py 37 --round 1
# 37.0°C = 98.6°F

No dependencies. Requires Python 3.6+.

Options

Flag Description
celsius temperature in degrees Celsius (required)
-r, --round N round result to N decimal places (default: 2)

Formula

F = C × 9/5 + 32

About

Tiny Python CLI: Celsius to Fahrenheit

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages