This is a small project for displaying that it is very easy to create standard calculator using KivyMD in Python.
The Program mainly contains two files:
1. calculator.py: This is the main file due to which the Application runs. All of the functions that are being executed are present in this file. It also contains the code for Appication's logo (a_logo.png), color/theme and window size.
The variable "code" is imported from the file kvcode.
2. kvcode.py: This is the second file containing the variable "code" which is responsible for the designing and structure of the Application. It contains the Screen, Layout, Main text field and Buttons.
Python Version 3.6.8 used,
KivyMD Version 0.104.1 used.