Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ndonkohenri/iphone-calculator-clone

A clone of the calculator application found in the iPhone Apple device.
https://github.com/ndonkohenri/iphone-calculator-clone

calculator-application cross-platform kivy-application kivymd kivymd-python

Last synced: 14 days ago
JSON representation

A clone of the calculator application found in the iPhone Apple device.

Awesome Lists containing this project

README

        

# iPhone-Calculator-Clone

### What is this?
A Mimic/Clone of the Calculator App found on all iPhones.

### How or where to start?

The program is quite simple and straight-forward!
Just:
- clone this repo and unzip it
- move into the file
```bash
cd iPhone-Calculator-Clone
```
- run the `icalculator.py` file
```bash
python icalculator.py
```
- and... that's it! Hurray!

Start using it and compare with what happens on an iPhone.

You could also suggest more things I could add to make this better.

### RoadMap

- [x] make the app able to perform basic calculations
- [ ] add a screenshot section to this ReadMe file
- [ ] make the percentage and the 'plus-minus' buttons work
- [ ] make the Zero button bigger(similar to that on iPhone)
- [ ] add better ios-native fonts/icons
- [ ] package for android
- [ ] ...