Free online calculators & converters - finance, health, math, unit conversions
Project description
Calcufly
Free Online Calculators & Converters - A Python library for common calculations.
Website: https://calcufly.com
Installation
pip install calcufly
Quick Start
import calcufly
# Compound interest
result = calcufly.compound_interest(10000, 0.05, 10)
print(result) # {'total': 16470.09, 'interest': 6470.09}
# BMI
result = calcufly.bmi(75, 1.80)
print(result) # {'bmi': 23.1, 'category': 'Normal weight'}
# Mortgage
result = calcufly.mortgage_payment(250000, 0.04, 30)
print(result) # {'monthly_payment': 1193.54, 'total_paid': 429674.4}
# Convert temperature
calcufly.convert_temperature(100, 'C', 'F') # 212.0
# Area calculation
calcufly.area("circle", radius=5) # 78.5398
Available Calculators
Finance Calculators
- Compound Interest Calculator -
compound_interest(principal, rate, time, n=12) - Mortgage Calculator -
mortgage_payment(principal, annual_rate, years) - Loan Calculator -
loan_payment(principal, annual_rate, months) - Tip Calculator -
tip_calculator(bill, tip_percent, split=1) - Savings Calculator - Plan your savings goals
- Investment Calculator - Track investment growth
Health Calculators
- BMI Calculator -
bmi(weight_kg, height_m) - BMR Calculator -
bmr(weight_kg, height_cm, age, gender) - Calorie Calculator - Daily calorie needs
- Body Fat Calculator - Estimate body fat percentage
Math Calculators
- Percentage Calculator -
percentage(value, percent) - Percentage Change -
percentage_change(old, new) - Area Calculator -
area(shape, **dimensions) - Fraction Calculator - Work with fractions
- Scientific Calculator - Advanced math operations
Unit Converters
- Temperature Converter -
convert_temperature(value, from, to) - Length Converter -
convert_length(value, from, to) - Weight Converter -
convert_weight(value, from, to) - Volume Converter - Convert volume units
- Speed Converter - Convert speed units
More Calculators
Visit calcufly.com for 600+ free online calculators in 25 languages:
- All Finance Calculators
- All Health Calculators
- All Math Calculators
- All Unit Converters
- Date & Time Calculators
License
MIT License - see LICENSE for details.
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
calcufly-1.0.0.tar.gz
(5.5 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 calcufly-1.0.0.tar.gz.
File metadata
- Download URL: calcufly-1.0.0.tar.gz
- Upload date:
- Size: 5.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8bf9461056bb39cce48cb22f429c8ff424e6c41a82b99508658fb9cea2de4f4
|
|
| MD5 |
55af87d31241ee67d21131ce7eb55564
|
|
| BLAKE2b-256 |
afa7166bba02adf3ec8a6d0d9e4c5ef08be4a09285fd1848e13060810d24fd9e
|
File details
Details for the file calcufly-1.0.0-py3-none-any.whl.
File metadata
- Download URL: calcufly-1.0.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a8cb1c2301b3379e1caa8ed0be630c9730f0f8c92ab1f2ad7c344e643447f3fb
|
|
| MD5 |
4671c7f1c8bd4c012c7cc3aa816d3efc
|
|
| BLAKE2b-256 |
710a40651a76369b9adb919929ea6ab438965064a6a2bf05c24455c13876dd7c
|