Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rogerisk/kivy-calculator
A calculator made with a python and a kivy file which later get combined to create 1 single python calculator file that works with kivy
https://github.com/rogerisk/kivy-calculator
calculator-application kivy mathematics python3
Last synced: about 1 month ago
JSON representation
A calculator made with a python and a kivy file which later get combined to create 1 single python calculator file that works with kivy
- Host: GitHub
- URL: https://github.com/rogerisk/kivy-calculator
- Owner: RogerIsk
- Created: 2024-07-31T01:43:28.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T02:54:32.000Z (7 months ago)
- Last Synced: 2024-11-16T16:06:58.719Z (3 months ago)
- Topics: calculator-application, kivy, mathematics, python3
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kivy-Calculator
### A calculator made with a python and a kivy file which later get combined to create 1 single python calculator file that works with kivy
The calculator is fully operational and it works with insanely big numbers:
example: 99999999999999999999999999999999999999999999999999999999999999999999999999999999 + 123
= 10000000000000000000000000000000000000000000000000000000000000000000000000000122While working with said big numbers it allows the user to scroll with the mouse up and down and use
an unlimited amount of new lines (as long as your device can handle it)It also accepts keyboard commands such as CTRL+C, CTRL+V, CTRL-A, Space, Backspace, Enter (new line).
The user can also manually input the signs (+, -, *, /) and the calculator will accept them and solve.