Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 385 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 385 Bytes

CalculatorGUI

Objective is to make a calculator with the following qualities:

  • Cross Platform
  • Desktop App
  • At least the four basic arithmetic operations
  • Can carry operations (repeat the last when pressing =)
  • C and CE button

Python Preview:

TODO