Skip to content

GUI-calculator with variables and user defined functions

Notifications You must be signed in to change notification settings

haensen/kalkulaattor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kalkulaattor

Screenshot

Features

  • Calculates usual stuff eg. 5*sin(1+2)
  • Results can be saved to variables
  • User defined functions

How to setup and run in dev. env.

python -m venv .venv
source .venv/Scripts/activate
pip install -r requirements.txt

python src/main.py

Run tests

cd src
python -m unittest