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