Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.89 KB

File metadata and controls

48 lines (30 loc) · 1.89 KB

Logo of the project

Multiple temperatures converter

A converter between any of the scales: Celsius, Fahrenheit, Kelvin, Rankine, Delisle, Newton, Réaumur, Rømer from any direction. Built in Python 3+

Installing / Getting started

Python Interpreter 3+ is required in order to compile the code, you may build this into an executable through other means if you wish. Standard compilation is all that is needed.

python scientific_and_standard_scales_temperature_converter.py

Once the code is executed, you will be provided with a prompt asking you what scale you want to convert from, then another prompt asking you for the temperature to convert. The output will be all the temperature scales supported.

Developing

git clone https://github.com/faycalki/Multiple_temperature_scales_converter.git

Features

  • Clutter-free conversion between multiple temperature scales.
  • Minimal dependencies (no external packages or modules loaded).
  • Can be implemented as a fully modular program with minimal editing.

Contributing

If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Links

Licensing

The code in this project is licensed under the GNU General Public License v3.0.

Disclaimer

This project is intended to be used for legal purposes only, and is pursuant to the license terms and conditions provided.