Converts temperatures from farenheit to celsius.
Project description
FtoC
A PyPi module allowing the user to convert a temperature from farenheit to celsius!
How does it work?
Use import FtoC to get access to the convert functions:
from FtoC import convert
and then convert:
convert(farenheit)
Why FtoC
convert
from FtoC works efficiently and is a very simple and convenient abstraction of an otherwise difficult task.
Example
convert(86.0)
>> 30.0
Installation
On bash:
$ pip install FtoC
On windows:
python -m pip install FtoC
Usage
Contributing
- Fork it ( https://github.com/ )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Make sure that the script does not have errors or warnings
- Create a new Pull Request
License
This tool is open source under the MIT License terms.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
FtoC-0.0.3.tar.gz
(2.4 kB
view details)
File details
Details for the file FtoC-0.0.3.tar.gz
.
File metadata
- Download URL: FtoC-0.0.3.tar.gz
- Upload date:
- Size: 2.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e9b19fcda39bb3788d0633ac8bb1860bbdcd13e09601523c03e33b38fb2e772d |
|
MD5 | 7b7b38c3259548edd32553da68f04f3c |
|
BLAKE2b-256 | 9c28d3ecfc765b30fc6c1abbb63398d76f87fb91841f40c5f09f4a2d14cc20ca |