RavikantAsoliya / Calculator

Calculator is a user-friendly and efficient calculator application for performing basic arithmetic operations. It features a sleek interface, dynamic font size adjustment, and support for right-to-left text flow. Enjoy quick and accurate calculations on the go with Calculator!

Home Page:https://www.codehacks.in/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Calculator

Calculator Logo

This is a simple calculator application built using WPF (Windows Presentation Foundation). It allows users to perform basic arithmetic calculations.

FeaturesPrerequisitesInstallationUsageContributingLicense

.NET Framework Version Windows OS Supported MIT License

Features

  • Perform basic arithmetic operations: addition, subtraction, multiplication, and division.
  • Memory functions: store, recall, add to memory, subtract from memory, and clear memory.
  • Additional mathematical functions: square and square root.
  • Toggle sign function to switch between positive and negative numbers.
  • Percentage calculation for quick calculations.
  • Clear entry and clear all functions to easily reset the calculator.

Prerequisites

Before you begin, ensure that you have the following:

  • .NET Framework (version 4.8 or higher) installed on your system.
  • Windows operating system.

Installation

  1. Clone the repository:
    git clone https://github.com/RavikantAsoliya/calculator.git
  2. Open the project in Visual Studio.

Usage

  1. Build and run the application in Visual Studio.
  2. Use the calculator buttons to input numbers and perform calculations.
  3. The result will be displayed in the text box.

Contributing

Contributions are welcome! If you have any ideas, suggestions, or bug fixes, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Implement your changes.
  4. Commit your changes with descriptive commit messages.
  5. Push your changes to your forked repository.
  6. Submit a pull request to the original repository.

License

This project is licensed under the MIT License.

About

Calculator is a user-friendly and efficient calculator application for performing basic arithmetic operations. It features a sleek interface, dynamic font size adjustment, and support for right-to-left text flow. Enjoy quick and accurate calculations on the go with Calculator!

https://www.codehacks.in/

License:MIT License


Languages

Language:C# 100.0%