Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 687 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 687 Bytes

stddev-calculator

Standard Deviation calculator made in Python with tkinter GUI. It also calculates the mean, median and variance of the input data.

Pre-requisites

Python version 3.6 or newer is required as well as the tkinter library. On Windows the tkinter library should already come together when you installed Python. On Linux distros it may be needed to install it separately. You should search on the internet for the correct way to install it for your desired distro.

Executing the program

To execute the program simply run the main.py file.

Screenshot

Screenshot of standard deviation calculator running with GUI