Metadata-Version: 2.1
Name: testExamAnalyzerINF219v23Copy
Version: 0.0.1
Summary: Exam analyzer test
Author: premeide
Author-email: premeide@gmail.com
Keywords: python
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


# Exam analyzer
Exam analyzer is a tool that extract data from json files, and the creates visualizations with descriptive texts.


## Getting started
To run the exam analyzer you need following libraries:
- matlab - pip install matlab
- 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

## running the website
If everthing is donwloaded and updated, you should be able to run the local webpage. When you import the package at run the app the terminal should show up and you can be able to go to the link in the terminal.

