Skip to main content

evalmath that can help you make a advanced calculator with simple code

Project description

EvalMath

Module that only have one fuction

Want to use eval as calculator but you fear that some user will hack you code?

Use evalmath!

Its quite simple


Usage

import evalmath

print(evalmath.calculate('3-4/8'))
import evalmath

question = str(input('Insert math question: '))
print(evalmath.calculate(question))

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

evalmath-1.0.0.tar.gz (1.7 kB view hashes)

Uploaded Source

Built Distribution

evalmath-1.0.0-py3-none-any.whl (2.6 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