* Overview of =lm1-hourly-totals.py= and =lm2-hourly-totals.py= Scripts I have assumed you have ran ~./separator.sh~ and ~./totalilator.sh~, created a virtual-environment (venv) (~python3 -m venv venv~) and installed the dependencies (via ~pip -r install requirements.txt~). See the project's [[file:../README.org][README]] for more information on setting the repository up. #+begin_src shell cd # Activate the virtual-environment if you haven't... source venv/bin/activate # Run the script for generating the chart for Light Meter 1... python lm1-hourly-totals.py # Run the script for generating the chart for Light Meter 2... python lm2-hourly-totals.py #+end_src * What the Script Does This needs to be written...