Skip to content

cann072000/cann_calculator

Repository files navigation

Simple Calculator

This simple calculator application takes input from the user for mathematical operations and displays the results.

How to Use

  1. Run the main.py file.
  2. Enter the first and second numbers.
  3. Choose the desired operation (+, -, *, /).
  4. Observe the result.

Requirements

  • Python 3.x

Installation

  1. Clone the repository:

    git clone https://github.com/cann072000/cann_calculator.git
  2. Navigate to the project directory:

    cd cann_calculator

3.Install the required dependencies:

pip install -r requirements.txt
  1. Run the application:

    python3 main.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages