Skip to content

Commit

Permalink
Added Images of reports
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris authored Jan 16, 2018
1 parent 1413b4a commit 2a9e9b4
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,20 @@
# GCStat
CLI to read out logbook files of GC/MS Systems and do statistical analysis of activity und overall performance.
GCStat is an interactive script to read out logbook files of GC/MS Systems and do statistical analysis of activity und overall performance.

## Features

- Converts logbook files into an SQLite3 database
- Parses logbook files and inserts information into an SQLite3 database
- Performs statistical calculations
- Generates various reports

Example reports are given below:

![Total number of injections in given time frame sorted by weekday](https://github.com/m0n0368291/GCStat/blob/master/tot_inj_date.bmp)

![Total number of injections in given time frame sorted by weekday](https://github.com/m0n0368291/GCStat/blob/master/tot_inj_weekday.bmp)

![Total number of injections in given time frame shown as count plot](https://github.com/m0n0368291/GCStat/blob/master/tot_inj_countplot.bmp)

## Getting Started
- Install Python 3.X and Git from official sources like [Python.org](https://www.python.org/) or [git-scm.com](https://git-scm.com/download/win)
- Clone into this repository with ``git clone https://github.com/m0n0368291/GCStat.git``
Expand Down

0 comments on commit 2a9e9b4

Please sign in to comment.