Uma calculadora que funciona no modo com interface e sem interface.
Project description
McCalc
Uma simples calculadora feita em python
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
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
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 McCalc-0.0.10.tar.gz.
File metadata
- Download URL: McCalc-0.0.10.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b96b0710ead329dd8b4d60733d71b9a20fe0f3f63b93f01d54e6298cb0d9b70b
|
|
| MD5 |
b01b210dc19ae680e0980106080d5478
|
|
| BLAKE2b-256 |
2d8dc4092c99219bb42ced2a090d2ac582170a09eade1929806c153c8ea768a9
|
File details
Details for the file McCalc-0.0.10-py3-none-any.whl.
File metadata
- Download URL: McCalc-0.0.10-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98931c0d04c22caeefa5eecdf72ca7d6548b4b0dbf2cd00be6ef5abc0ada2f9f
|
|
| MD5 |
cddf6186d217021ee95acc234c31a2be
|
|
| BLAKE2b-256 |
f6f7bfa298b001d9a187d745abd041044bdcc0faf16db44e72f3bac4de1e605e
|