/Ti_SimpleCalculator

Simple Calculator

Primary LanguagePython

Ti_SimpleCalculator

This is a basic PyQt based simple calculator.

Clone repository:

  • Run git clone https://github.com/tivole/Ti_SimpleCalculator.git to clone repository.
  • Run cd Ti_SimpleCalculator/src to change directory.

Make sure you have installed:

  • Python (3.6 or above recommended)
  • Pip (18.1 or above recommended)

Virtual environment:

  • Run python3 -m venv venv to create virtual environment.
  • Run source venv/bin/activate to activate venv.
  • Run pip install pyqt5 to install PyQt5.

Running Calculator:

  • Run python main.py to run calculator.

Screenshots

Calculator Screenshot