A Conversion package of Weights,Volumes,Currencys,Temperatures,Areas
Project description
anything-conversion
Hello Pythoniers!...... this package is used to convert from one to another...
Currently WeightConversion,VolumeConversion,CurrencyConversion,TemperatureConversion,AreaConversion
A lot more yet to come in future.....
Need your blessings...If you like my content..please give a star **************
Developed by sairamdgr8 (c) 2021
Examples of How To Use (anything-conversion)
Installing anything-convertor package
pip install anything-conversion
from anything_conversion.converter import WeightConverter,AreaConverter
x=WeightConverter.kilogram_gram(120)
print(x)
output: 120000
from anything_conversion.CurrencyConversion import CurrencyConverter
y1=CurrencyConverter.currency_conversion("USD","INR",54)
print("currency_conversion: ",y1)
output: currency_conversion: ('current_currency=USD', 'convert_currency=INR', 'convert_amount=54.0 USD', 'final_converted_amount=4063.04 INR')
from anything_conversion.TemperatureConversion import TemperatureConveter
y2=TemperatureConveter.Fahrenheit_Celsius(100)
print("TemperatureConveter.Fahrenheit_Celsius: ",y2)
output: TemperatureConveter.Fahrenheit_Celsius: 37.77777777777778
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
Built Distribution
File details
Details for the file anything-conversion-0.0.5.tar.gz
.
File metadata
- Download URL: anything-conversion-0.0.5.tar.gz
- Upload date:
- Size: 1.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ccfcf668669bd0529aea5189526d916201913e90964639716b3a382bc4b3147 |
|
MD5 | ecc37184c87f9d75aace359e302cfc7c |
|
BLAKE2b-256 | db8591a5f451b005246b5dbd815fea08e6effa6e462cbd88fc8b818e3df65cf6 |
File details
Details for the file anything_conversion-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: anything_conversion-0.0.5-py3-none-any.whl
- Upload date:
- Size: 1.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/3.10.0 pkginfo/1.7.0 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.59.0 CPython/3.8.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 874de101c0cd2d1b9f0f1a11c53587167bc2ce9bdff2a5d05a00101c21efa04e |
|
MD5 | 8a3d6bfcbcb33781f2d326c954fb4776 |
|
BLAKE2b-256 | 93c9ed2d3ef9c3631c9c9d81d5ccaa2d112041e911e74f30a7a0f180c40ffd55 |