Skip to content

A Graphical User Interface (GUI) calculator application built with Python's tkinter library.

Notifications You must be signed in to change notification settings

morganmdx/Python-Calculator-Coursework

Repository files navigation

HEM Calculator

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.

Tech Stack

Build Status License Python Tkinter

Features

  • Basic Operations:

    • Addition (+)
    • Subtraction (-)
    • Multiplication (*)
    • Division (/)
  • Advanced Functions:

    • Square Root ()
    • Exponentiation (x^y)
    • Percentage (%)
    • Binary to Decimal & Decimal to Binary Conversion

Installation

  1. Clone the repository:
    git clone https://github.com/morganmdx/randcoursework.git

Usage

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.

Dependencies

  • Python 3.x
  • tkinter (standard Python library for GUI development)

Contributing

Contributions are welcome! If you have suggestions or improvements, feel free to open an issue or submit a pull request.

License

This project is licensed under the MIT License. License subject to change. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages