Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/stevemats/tempia
- Owner: stevemats
- License: mit
- Created: 2018-03-06T18:39:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T22:11:25.000Z (about 6 years ago)
- Last Synced: 2023-10-20T23:15:14.633Z (about 1 year ago)
- Topics: python, temperature-conversion
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.pyMethod 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