An open API service indexing awesome lists of open source software.

https://github.com/bryceberczik/easy-python-calculator

This calculator allows you to add, subtract, multiply, and divide. You are able to continue using the calculator for as long as you correctly answer the (Y/N) questions to continue the application. You are able to perform as many problems as you would like and you are also able to retrieve the last 2 decimal points.
https://github.com/bryceberczik/easy-python-calculator

calculator-application calculator-python python while-loop

Last synced: 3 months ago
JSON representation

This calculator allows you to add, subtract, multiply, and divide. You are able to continue using the calculator for as long as you correctly answer the (Y/N) questions to continue the application. You are able to perform as many problems as you would like and you are also able to retrieve the last 2 decimal points.

Awesome Lists containing this project

README

        

# Easy Python Calculator

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Description
This calculator allows you to add, subtract, multiply, and divid. You are able to continue using the calculator for as long as you correctly answer the (Y/N) questions to continue the application. You are able to perform as many problems as you would like and you are also able to retrieve the last 2 decimal points, and of course that can be changed in the code.

## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)
- [Contributing](#contributing)
- [Tests](#tests)
- [Questions](#questions)

## Installation
At this time, you do not need to have to install any thing as the app is just basic python.

## Usage
In order to use this application, you must git clone this repository, clone it down to your desired location on your computer, and then run the "calculator.py" file on any coding editor of your choice.

## License
This project is licensed under the [MIT](https://opensource.org/licenses/MIT) license.

## Contributing
Contributions are welcome! If you have suggestions for improvements or new features, please create an issue or submit a pull request. For major changes, please open an issue first to discuss what you would like to change. Thank you!

## Tests
There are no test instructions as of November 7th, 2024. This is subject to change as development can be further continued.

## Questions
If you have any questions, you can reach me at [[email protected]](mailto:[email protected]). You can also find more of my work at [bryceberczik](https://github.com/bryceberczik) on Github.