Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andersonpereira92/calculadora
Calculadora simples desenvolvida em Python usando Kivy.
https://github.com/andersonpereira92/calculadora
calculadora interface kivy phyton
Last synced: 4 days ago
JSON representation
Calculadora simples desenvolvida em Python usando Kivy.
- Host: GitHub
- URL: https://github.com/andersonpereira92/calculadora
- Owner: andersonpereira92
- Created: 2024-08-27T01:18:32.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-08-27T01:21:01.000Z (4 months ago)
- Last Synced: 2024-10-31T04:42:06.374Z (about 2 months ago)
- Topics: calculadora, interface, kivy, phyton
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculadora Kivy
Uma calculadora simples feita com Kivy.
## Instalação
1. Crie e ative um ambiente virtual:
```bash
python -m venv venv
venv\Scripts\activate
```2. Instale as dependências:
```bash
pip install -r requirements.txt
```## Uso
Execute o script principal:
```bash
python src/calculadora.py