Metadata-Version: 2.1
Name: examAnalyzerINF219h23
Version: 1.0.9
Summary: Exam analyzer is a tool that extract data from Json files from Inspera, and then creates visualizations with descriptive texts
Author: Tobias, Jonas, Brage, Prem
Author-email: premeide@gmail.com
Keywords: python,education,exam analysis
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: Flask


# Exam analyzer
Exam analyzer is a tool that extract data from Json files from Inspera, and then creates visualizations with descriptive texts.

## Getting started
To run the exam analyzer you need python downloaded and the following libraries:
- matplotlib - pip install matplotlib
- flask - pip install flask
- latex and pypandocs - go to the followng link https://www.tug.org/mactex/mactex-download.html, and donwload the package. After it is downloaded run  the command line:  pip install pandoc pypandoc
- examAnalyzerINF219h23 - pip install examAnalyzerINF219h23 (or go to website: https://pypi.org/project/examAnalyzerINF219h23/ and copy link)

## Running the website
If everthing is donwloaded and updated, you should be able to import the package and do as you please. 

## How to run app
write the following in an IDE:

From examAnalyzerINF219h23.app import run_app
run_app()

This is everything needed to run the website locally
