An open API service indexing awesome lists of open source software.

https://github.com/alienobserver/calculator

A simple calculator created with Python
https://github.com/alienobserver/calculator

calculator kivy-framework python

Last synced: 4 months ago
JSON representation

A simple calculator created with Python

Awesome Lists containing this project

README

          

# Calculator
A simple calculator created with Python and Kivy

To install kivy run
```sh
pip install kivy
```

To run the application run
```sh
cd Calculator
python calculator.py
```