Skip to main content

A simple temperature converter.

Project description

PyPI

PyPI - Downloads

GitHub commit activity

GitHub

Tempyrature

Tempyrature is a simple Python module to convert temperature scales easily.


Scales

Tempyrature currently supports 3 temperature ranges:

  • Celcius
  • Fahrenheit
  • Kelvin

Installation

You can install tempyrature in two main ways:

  1. Pypi:

    Through the command:

    pip install tempyrature
    

    This command may vary depending on your device.

  2. Cloning this repository:

    If you have GIT installed, you can:

    git clone https://github.com/Lobooooooo14/tempyrature.git
    

    This will download this repository to your device, enter the downloaded folder (make sure it is in the same directory as the setup.py file) and use the command:

    pip install .
    

How to use

After you have done the installation, you can use the tempyrature as follows:

from tempyrature import Converter


print(Converter.celsius2fahrenheit(30.5)) #30.5°C
#>>> 86.0

Documentation

You can see the full documentation here

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

tempyrature-1.0.2.tar.gz (7.0 kB view hashes)

Uploaded Source

Built Distribution

tempyrature-1.0.2-py3-none-any.whl (7.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page