econvert
First run the following command in a cmd window
pip install econvert
Then, Create a new python script
Open the script
Import the module
from econvert import econvert as ec
celsius to fahrenheit
ec.c_to_f(100)
The 100 can be changed to any value you wish to convert fahrenheit to celsius
ec.f_to_c(100)
The 100 can be changed to any value you wish to convert Full code
from econvert import econvert as ec
f = ec.f_to_c(100)
print(f)
c = ec.c_to_f(100)
print(c)
More convertions will be added soon!!
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
econvert-0.0.1.tar.gz
(1.7 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file econvert-0.0.1.tar.gz.
File metadata
- Download URL: econvert-0.0.1.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d11965e6fbbeacbfa4bae8f7fa40b937f2b763747d1c1b214f252d3938b0a55
|
|
| MD5 |
8449d28fd57ae21226c08af3c296b778
|
|
| BLAKE2b-256 |
1ed31b60e0331bac9fe91c441d0d39829e48f74848de106cfb49af41e7c4df06
|
File details
Details for the file econvert-0.0.1-py3-none-any.whl.
File metadata
- Download URL: econvert-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.5.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c58ca287454e19c84cde01810e013bb8de24329d894476d125d3bfe89b310f72
|
|
| MD5 |
041d0062d2f71ae9723f222dfebe2cab
|
|
| BLAKE2b-256 |
e1802a8988bc513d866a436e0132a14c5d2cbfb4055c4119e041861d4b22b406
|