Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 569 Bytes

File metadata and controls

34 lines (23 loc) · 569 Bytes

A GUI bases simple calculator

Salient Features

  • Addition
  • Subtraction
  • Multiplication
  • Division
  • Square
  • Log
  • Percent
  • And all other basic operations.

How to use

  • Square root sqrt(value)
  • Power pow(value1,value2)
  • Sine sin(value)
  • Cosine cos(value)
  • Tangent tan(value)
  • Log log(value)
  • Pi=π
  • Percentage = %

Sample Interface

The code is written purely in Python Using Kivy module.

All Suggestions and updates (PR) are welcome.