Skip to main content

Hassle-free convertions

Project description

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!!

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

econvert-0.0.1.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

econvert-0.0.1-py3-none-any.whl (3.2 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