This is a desktop application that mimics the Windows built-in calculator. It is built using Rust programming language and Iced GUI framework. The calculator can perform basic arithmetic operations like addition, subtraction, multiplication and division. It also provides functions such as clear, delete and continuous evaluation. In addition, the calculator comes with three pre-installed UI skins that can be easily switched.
To use this calculator, you need to have Rust installed on your machine. Once Rust is installed, you can clone this repository and run the following command in the project directory:
cargo run
This will launch the calculator application.
- Basic arithmetic operations (addition, subtraction, multiplication and division)
- Clear function to reset the calculator
- Delete function to remove the last entered digit
- Continuous evaluation to allow users to perform multiple calculations in a row
- Three pre-installed UI skins to choose from
Contributions, issues and feature requests are welcome! Feel free to check issues page.
This project is licensed under the MIT License - see the LICENSE.md file for details.