Skip to main content

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

Health Calculators

Math Calculators

Unit Converters

More Calculators

Visit calcufly.com for 600+ free online calculators in 25 languages:

License

MIT License - see LICENSE for details.

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

calcufly-1.0.0.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

calcufly-1.0.0-py3-none-any.whl (5.5 kB view details)

Uploaded Python 3

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

Hashes for calcufly-1.0.0.tar.gz
Algorithm Hash digest
SHA256 c8bf9461056bb39cce48cb22f429c8ff424e6c41a82b99508658fb9cea2de4f4
MD5 55af87d31241ee67d21131ce7eb55564
BLAKE2b-256 afa7166bba02adf3ec8a6d0d9e4c5ef08be4a09285fd1848e13060810d24fd9e

See more details on using hashes here.

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

Hashes for calcufly-1.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 a8cb1c2301b3379e1caa8ed0be630c9730f0f8c92ab1f2ad7c344e643447f3fb
MD5 4671c7f1c8bd4c012c7cc3aa816d3efc
BLAKE2b-256 710a40651a76369b9adb919929ea6ab438965064a6a2bf05c24455c13876dd7c

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page