Skip to content

Nyfaasmin/simple_calculator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Simple Calculator

Description

This is a simple calculator project written in Python that performs basic arithmetic operations such as addition, subtraction, multiplication, and division. It runs entirely in the terminal and requires no additional dependencies.

Features

  • Addition (+)
  • Subtraction (-)
  • Multiplication (*)
  • Division (/)
  • User input handling

Technologies Used

  • Python

Installation

  1. Clone the repository:
    git clone https://github.com/yourusername/simple-calculator.git
  2. Navigate to the project directory:
    cd simple-calculator
  3. Run the script:
    python calc.py

Usage

  1. Run calc.py in a terminal.
  2. Follow the prompts to enter two numbers and select an operation.
  3. View the result in the terminal.

Future Enhancements

  • Implement an interactive menu for repeated calculations
  • Add support for more advanced mathematical functions
  • Improve error handling for invalid inputs

Contributing

If you'd like to contribute to this project, feel free to fork the repository and submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any issues or feature requests, feel free to reach out via email or GitHub issues.


Happy Coding! 🚀

Releases

No releases published

Packages

No packages published

Languages