From 52c2e0be56a4ee4c05023d3792ddfbab2c790cde Mon Sep 17 00:00:00 2001 From: Commander1024 Date: Wed, 22 Apr 2020 22:44:18 +0200 Subject: [PATCH] More introduction. --- Home.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Home.md b/Home.md index eb8e7d5..39a2e16 100644 --- a/Home.md +++ b/Home.md @@ -2,6 +2,8 @@ radiation-tagger is a tool that reads radiation levels (and optionally geocoordinates) from low-cost radiation-loggers and writes GPS/radiation metadata into Exif tags of image files. It uses CSV-exports from the awesome software [geigerlog](https://sourceforge.net/projects/Geigerlog/) which in turn can import the data from various sources. +It loosely follows the [unix philosophy](https://en.wikipedia.org/wiki/Unix_philosophy#Origin) - especially to do one specific job well. It is also a command-line utility and written in Python 3, and can easily be installed using pipenv. + ## Quick-Start guide - [Preparation](preparation) for your foto-tour.