From 026eeffc7164c2a22872cc531ff0fd1e6d4920cd Mon Sep 17 00:00:00 2001 From: San Jacobs Date: Mon, 27 Sep 2021 14:49:24 +0200 Subject: Humble beginnings --- README.md | 8 +++++++- satscalc.py | 3 ++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c09842b..9f047e8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # satscalc -A calculator to help with invoicing for Norwegian film crew members +A calculator to help with invoicing for Norwegian film crew members. + +The intention is to make a simple Python script that does what I need it to at first. +And then, maybe use this as a basic project for learning C++ later by creating a GUI version. +No promises. + +And no warranty or guarantees. This software does not give financial advice. diff --git a/satscalc.py b/satscalc.py index d07371b..d783c1d 100644 --- a/satscalc.py +++ b/satscalc.py @@ -1,4 +1,5 @@ #!/usr/bin/env python3 -#TODO: +# TODO: Prompt user for base rate, call time, wrap time, whether overtime was warned, and if it was a weekend. +# This should be enough to calculate the pay for a single day's work. -- cgit v1.2.1