Skip to content

CS361 term project - calculator (base 2, 10, 16)

Notifications You must be signed in to change notification settings

seescoto/calculator

Repository files navigation

calculator

CS361 term project - calculator (base 2, 10, 16)

calculator with GUI that allows for complex equations in any of three bases (2, 10, 16) along with conversion.

Getting Started

  1. Clone the repository to your local machine.
git clone https://github.com/seescoto/calculator.git
  1. Install the required packages
pip install -r requirements.txt
  1. Navigate to the folder that holds this repository and run the microservice that allows for storage of past calculations.
cd ./CalculatorMicroservice; python3 MicroserviceServer.py
  1. Run the GUI script in a different terminal.
python3 gui.py
  1. Enjoy!

About

CS361 term project - calculator (base 2, 10, 16)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages