Skip to content

Console-based interactive calculator in Python offering basic arithmetic, advanced functions, and real-time input validation.

Notifications You must be signed in to change notification settings

pacheco4480/CalculadoraSimples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CalculadoraSimples 🧮✨

About the Project

Interactive Calculator is a Python-based console application that offers a wide range of mathematical operations. From basic arithmetic to advanced functions like square roots, inverses, and percentage calculations, the calculator is designed to be intuitive and user-friendly.

Features 🚀

  • Basic Operations: Addition, subtraction, multiplication, and division.
  • 📉 Percentage Calculation: Compute percentages of any number.
  • 🔄 Inversion: Calculate the multiplicative inverse of a number.
  • 🟰 Square and Square Root: Perform exponentiation and square root operations.
  • 🔢 Expression Evaluation: Evaluate complex mathematical expressions.
  • ♻️ Clear Functions: Clear last entry, reset all data, or delete the last digit.
  • ➖➕ Sign Inversion: Convert positive numbers to negative and vice versa.

Technologies Used 🛠️

  • Language: Python 3.x
  • Concepts: Functions, Dictionaries, Loops, and Conditional Statements
  • Interface: Console-based interaction

How to Use 📌

  1. Clone the repository:
    git clone https://github.com/pacheco4480/CalculadoraSimples.git

About

Console-based interactive calculator in Python offering basic arithmetic, advanced functions, and real-time input validation.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages