Skip to main content

Uma calculadora que funciona no modo com interface e sem interface.

Project description


McCalc

Uma simples calculadora feita em python

  • Como instalar?

Se seu sistema operacional é debian/ubuntu, use o seguinte comando:

python3 -m pip install McCalc

Para instalar no windows:

py.exe -m pip install McCalc

Após instalar, é preciso criar um arquivo e passar as intruções de uso.

Para usar via terminal:

from McCalc import McCalc

calc1 = McCalc()
calc1.run()

Para usar no modo GUI, use o seguinte exemplo:

# O modo interface usa bibliotecas tkinter
from McCalc import CalcGUI

test = CalcGUI()
test.execute()

⚠ Pode haver bugs, relate em issues

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

McCalc-0.0.9.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

McCalc-0.0.9-py3-none-any.whl (6.5 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