Skip to content

tmiller-10/temperature-conversion-tm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Temperature Conversion

After cloning this repository to your computer, please take the following steps:

  • Use the cd command to change into the directory for this repository.
  • Change into the program directory by typing cd converter.
  • Install the dependencies for the project by typing poetry install
  • Run the program in its two different modes by typing:
    • poetry run converter --from-unit Celsius --to-unit Fahrenheit --temperature 22
    • poetry run converter --from-unit Fahrenheit --to-unit Celsius --temperature 71.6

When running the program of this command you will get this result

poetry run converter --from-unit Celsius --to-unit Fahrenheit --temperature 22

🧮 Converting from Celsius to Fahrenheit!

 22.0 degrees in Celsius is 71.6 degrees in Fahrenheit

poetry run converter --from-unit Fahrenheit --to-unit Celsius --temperature 71.6

🧮 Converting from Fahrenheit to Celsius!

 71.6 degrees in Fahrenheit is 22.0 degrees in Celsius

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages