A Graphical User Interface (GUI) calculator application built with Python's tkinter
library.
This calculator supports both basic arithmetic operations and advanced functions like square root, power, percentage, and binary/decimal conversions.
This was for a group coursework academic and educational project.
-
Basic Operations:
- Addition (
+
) - Subtraction (
-
) - Multiplication (
*
) - Division (
/
)
- Addition (
-
Advanced Functions:
- Square Root (
√
) - Exponentiation (
x^y
) - Percentage (
%
) - Binary to Decimal & Decimal to Binary Conversion
- Square Root (
- Clone the repository:
git clone https://github.com/morganmdx/randcoursework.git
Once you run the program, a GUI window will appear. You can:
Perform basic arithmetic operations by clicking the respective buttons. Use the advanced features (square root, exponentiation, percentage, and conversions) by clicking on the respective buttons.
- Python 3.x
- tkinter (standard Python library for GUI development)
Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License. License subject to change. See the LICENSE file for details.