Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 334 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 334 Bytes

calculator

A calculator written in Python. Part of Computer Programming II assignment.

How to run?

run the main.py file.

Dependencies

The calculator uses pygame library to play the sound. You can install it by typing the following command:

pip install pygame

UML Diagram

uml_class_diagram