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
- Host: GitHub
- URL: https://github.com/alienobserver/calculator
- Owner: alienobserver
- Created: 2021-05-03T17:59:15.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-05-04T13:00:00.000Z (about 5 years ago)
- Last Synced: 2025-04-07T21:25:20.781Z (about 1 year ago)
- Topics: calculator, kivy-framework, python
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```