/temperature-converter

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

temperature-converter

Temperature Converter is a Python Application for convert temperatures to celsius, fahrenheit, kelvin and rankine.

Installation

  1. Clone the repository
git clone https://github.com/kirksahdo/temperature-converter.git
  1. Use the package manager pip to install required packages.
pip install -r requirements.txt

Usage

python loader.py

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT