Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stevemats/tempia

Fahrenheit to Celcius degree coverter and Vice Versa
https://github.com/stevemats/tempia

python temperature-conversion

Last synced: 7 days ago
JSON representation

Fahrenheit to Celcius degree coverter and Vice Versa

Awesome Lists containing this project

README

        

# Tempia

Tempia is a simple and cool way to use Temparature Converter, which covers the following
in Conversion:

-Celsius to Fahrenheit
and
-Fahrenheit to Celsius

## Installation
IN Windows:
Method 1: Through the inbuilt Command Prompt
- >git clone https://github.com/stevemats/Tempia
- >cd Tempia
- >dir (if you need to view the directory)
- >python temp.py

Method 2: Download directly from the github site and navigate to temp.py

On Linux:
- >sudo git clone https://github.com/stevemats/Tempia
- > cd Tempia
- >ls (if you need to view the directory)
- >python temp.py