Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oviwanazul124/calculatorpy
Basic Calculator in Python
https://github.com/oviwanazul124/calculatorpy
calculator python3
Last synced: 4 days ago
JSON representation
Basic Calculator in Python
- Host: GitHub
- URL: https://github.com/oviwanazul124/calculatorpy
- Owner: oviwanazul124
- Created: 2022-04-15T12:26:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-11T07:18:44.000Z (5 months ago)
- Last Synced: 2024-11-06T02:39:20.599Z (about 2 months ago)
- Topics: calculator, python3
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
This is a calculator that has been made from zero, it dosen't use the math library function. Right now can only perfom basic operations like addition, subtraction, multiplication and division. Also in the last version has been added roots more info. I have used python in this project, as it is known as a language widely used in statistics. It is also the one I am most skilled in. I hope over the days when I update the project to add more mathematical functions such as:
- Logarithms
- Mathematical Limits
- Trigonometry
- Basic Algebra# How to Install and Use
Currently the project was developed in python 3.12.4. In order to run the project you need to have python installed. As it has been made from zero it does not need any external libraries as everything is developed with the basic functions provided by the programming language.**WINDOWS**
``py calculator.py`` or ``python3 calculator.py``
**LINUX AND MACOS**
``python3 calculator.py``
To use it is quite simple, all you need to do is follow the different instructions that appear on the screen. For example this:
``Welcome to the calculator please enter the followings symbols to make a calculation.``