https://github.com/1999azzar/calculator
Just a bunch of simple calculators written using multiple languages.
https://github.com/1999azzar/calculator
calculator calculator-application golang html python simple
Last synced: 7 months ago
JSON representation
Just a bunch of simple calculators written using multiple languages.
- Host: GitHub
- URL: https://github.com/1999azzar/calculator
- Owner: 1999AZZAR
- Created: 2023-03-24T07:44:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T10:14:38.000Z (about 2 years ago)
- Last Synced: 2025-02-01T12:45:50.972Z (8 months ago)
- Topics: calculator, calculator-application, golang, html, python, simple
- Language: Python
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator Collection
[](https://www.codefactor.io/repository/github/1999azzar/calculator)
Welcome to the Calculator Collection repository! Here you'll find a collection of simple calculator programs implemented in various programming languages. Whether you're a beginner looking to learn a new language or an experienced developer looking for quick reference examples, this repository has something for everyone.
## Table of Contents
- [Introduction](#introduction)
- [Languages](#languages)
- [How to Use](#how-to-use)
- [Contributing](#contributing)
- [License](#license)## Introduction
Calculators are fundamental tools used in programming to perform mathematical calculations. This repository showcases calculator implementations in different programming languages, helping you understand language-specific syntax and logic.
## Languages
Here's a list of programming languages included in this collection:
- [Python](python)
- [Golang](golang)
- [HTML](html)Each language folder contains a calculator implementation along with usage examples.
## How to Use
1. Choose a programming language folder from the list above.
2. Open the folder to find the calculator implementation file (e.g., `calculator.py` for Python).
3. Follow the provided instructions in the README file within each language folder to run and use the calculator program.Feel free to explore and experiment with different languages to see how they handle basic calculator functionality.
## Contributing
Contributions are welcome! If you'd like to add a calculator implementation in a new programming language or improve an existing one, please follow these steps:
1. Fork this repository.
2. Create a new branch for your work: `git checkout -b feature/new-language`.
3. Write or modify the calculator program in your chosen language folder.
4. Update the README with usage instructions and any additional information.
5. Commit your changes: `git commit -m "Added calculator in [language]"`.
6. Push to your fork: `git push origin feature/new-language`.
7. Create a pull request to merge your changes into the main repository.## License
This repository is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
Happy coding and calculating!