jackow98 / F20SC-CW2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Data Analysis of a Document Tracker (F20SC-CW2)

This project was completed as part of a fourth year module called Industrial programming at Heriot Watt university. The task was to create a Data Analysis of a Document Tracker. The project focussed on developing a maintainable and efficient piece of software that used Advanced Language Features where appropriate.

A full report on this project can be found here

Set up

To run the application, do the following:

  1. Download and extract this folder

  2. Navigate to the root directory and run

pip install .

You may need to run the below command on a Heriot Watt Linux machine

pip install . --user

  1. To run the graphical interface
python3 cw2
  1. To use the CLI
python3 cw2 -f filename -t taskid -u userUuid -d documentUuid

About


Languages

Language:Python 100.0%