Calculator application

Description

  • Michal Ondrejka, Dominik Trúchly, Lukáš Balog, Jirka Podrazil

  • GitHub

  • april, 2022

For this project, we implemented a basic calculator using Python and used Git for version control, and created an installation .exe file for easy distribution and installation. The calculator had the basic arithmetic operations such as addition, subtraction, multiplication, division, exponentiation, square root, absoltue value, and factorial and took input from the user and displayed the output accordingly.
To keep track of the changes made during the development of the calculator, we used Git for version control. This allowed us to make changes, commit them, and revert them if needed, and also enabled us to collaborate with others on the project.
Finally, to make it easy for users to install and use the calculator, we made proper documentation. The project was broken down into several milestones including setting up the Git repository, implementing the calculator in Python, testing the calculator, fixing any issues, creating the installation file, and testing the installation file and fixing any issues. By the end of the project, we had successfully developed a basic calculator using Python.

Technology