This project is a manager for running time-lapse sequences.
To start utilising this project, simply clone it and them import into your own code using:
import time_lapse_manager
To run the tests, simply open a command prompt at the root of this project and then run
python -m unittest discover
or
python3 -m unittest discover
depending on your particular system.
This project is licensed under the MIT License - see the LICENSE.md file for details