This is a simple calculator, written in python, using the pygame library.
This programm allows you to perform some calculations:
- addition
- subtraction
- multiplication
- division
it does not differ from a regular calculator, it has developed functionaliti that is significantly less than that of standart mobile calculators.
- install python and the pygame library
- copy the code from the "MainCode" file
- paste the code into a file with the .py extencion
- launch the programm