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