Lobooooooo14 / tempyrature

🌡️ A simple Python module to convert temperature scales easily.

Home Page:https://tempyrature.readthedocs.io/en/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyPI

PyPI - Downloads

GitHub commit activity

GitHub

Documentation Status

Tempyrature

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


Documentation

You can see the full documentation here

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

About

🌡️ A simple Python module to convert temperature scales easily.

https://tempyrature.readthedocs.io/en/latest/

License:Apache License 2.0


Languages

Language:Python 100.0%