# FtoC
A PyPi module allowing the user to convert a temperature from farenheit to celsius!
![Generic badge](https://img.shields.io/badge/version-0.0.3-green.svg)
## How does it work?
**Use import FtoC to get access to the convert functions:**
```python
from FtoC import convert
```
and then convert:
```python
convert(farenheit)
```
## Why FtoC
`convert` from FtoC works efficiently and is a very simple and convenient abstraction of an otherwise difficult task.
### Example
```python
convert(86.0)
>> 30.0
```
## Installation
On bash:
```bash
$ pip install FtoC
```
On windows:
```
python -m pip install FtoC
```
## Usage
* [Contributing](#Contributing)
## Contributing
1. Fork it ( https://github.com/ )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Make sure that the script does not have errors or warnings
6. Create a new Pull Request
## License
This tool is open source under the [MIT License](https://opensource.org/licenses/MIT) terms.
[[Back To Top]](#FtoC)
Raw data
{
"_id": null,
"home_page": "https://github.com/abhinav-gg/StupidPipPackages/FtoC",
"name": "FtoC",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "faren,farenheit,temp,temperature,degrees,degrees c,degrees f,celsius,c,f,ftoc",
"author": "Abhinav G",
"author_email": "agupta.cam7@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/9c/28/d3ecfc765b30fc6c1abbb63398d76f87fb91841f40c5f09f4a2d14cc20ca/FtoC-0.0.3.tar.gz",
"platform": null,
"description": "# FtoC\r\n\r\nA PyPi module allowing the user to convert a temperature from farenheit to celsius!\r\n\r\n![Generic badge](https://img.shields.io/badge/version-0.0.3-green.svg)\r\n\r\n## How does it work?\r\n\r\n**Use import FtoC to get access to the convert functions:**\r\n```python\r\nfrom FtoC import convert\r\n```\r\nand then convert:\r\n```python\r\nconvert(farenheit)\r\n```\r\n\r\n## Why FtoC\r\n\r\n`convert` from FtoC works efficiently and is a very simple and convenient abstraction of an otherwise difficult task.\r\n\r\n### Example\r\n```python\r\nconvert(86.0)\r\n>> 30.0\r\n```\r\n\r\n## Installation\r\n\r\nOn bash:\r\n```bash\r\n$ pip install FtoC\r\n```\r\n\r\nOn windows:\r\n```\r\npython -m pip install FtoC\r\n```\r\n\r\n## Usage\r\n\r\n* [Contributing](#Contributing)\r\n\r\n\r\n## Contributing\r\n\r\n1. Fork it ( https://github.com/ )\r\n2. Create your feature branch (`git checkout -b my-new-feature`)\r\n3. Commit your changes (`git commit -am 'Add some feature'`)\r\n4. Push to the branch (`git push origin my-new-feature`)\r\n5. Make sure that the script does not have errors or warnings\r\n6. Create a new Pull Request\r\n\r\n## License\r\n\r\nThis tool is open source under the [MIT License](https://opensource.org/licenses/MIT) terms.\r\n\r\n[[Back To Top]](#FtoC)\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Converts temperatures from farenheit to celsius.",
"version": "0.0.3",
"split_keywords": [
"faren",
"farenheit",
"temp",
"temperature",
"degrees",
"degrees c",
"degrees f",
"celsius",
"c",
"f",
"ftoc"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "9c28d3ecfc765b30fc6c1abbb63398d76f87fb91841f40c5f09f4a2d14cc20ca",
"md5": "7b7b38c3259548edd32553da68f04f3c",
"sha256": "e9b19fcda39bb3788d0633ac8bb1860bbdcd13e09601523c03e33b38fb2e772d"
},
"downloads": -1,
"filename": "FtoC-0.0.3.tar.gz",
"has_sig": false,
"md5_digest": "7b7b38c3259548edd32553da68f04f3c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2449,
"upload_time": "2023-04-18T10:34:11",
"upload_time_iso_8601": "2023-04-18T10:34:11.314861Z",
"url": "https://files.pythonhosted.org/packages/9c/28/d3ecfc765b30fc6c1abbb63398d76f87fb91841f40c5f09f4a2d14cc20ca/FtoC-0.0.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-18 10:34:11",
"github": false,
"gitlab": false,
"bitbucket": false,
"lcname": "ftoc"
}