* Overview of =dailies-overlayed.py= Script 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... python dailies-overlayed.py #+end_src * What the Script Does This needs to be written...