Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ndonkohenri/iphone-calculator-clone
- Owner: ndonkoHenri
- Created: 2022-09-12T00:52:46.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-12T01:14:04.000Z (about 2 years ago)
- Last Synced: 2024-10-16T12:35:54.070Z (29 days ago)
- Topics: calculator-application, cross-platform, kivy-application, kivymd, kivymd-python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
- [ ] ...