Metadata-Version: 2.1
Name: timeslicer
Version: 1.3.0
Summary: Package for creating timeslice images from time lapses
Home-page: https://github.com/nramkissoon/Time-Slice
Author: Nicholas Ramkissoon
License: UNKNOWN
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3
Description-Content-Type: text/markdown

# Time Slicer

A Python package for creating timeslice images from time lapses.

Contains a module for importing the time slice function into other Python projects and a main 
script for creating a timeslice from the terminal.

## Usage

```commandline
pip install timeslicer==1.1.1
```

Create Timeslice from terminal:
```commandline
python3 -m timeslicer
```

You will then be prompted by the terminal to enter information necessary to create tome slice.

## Sample Output Images

### Standard Timeslice

![standard](https://raw.githubusercontent.com/nramkissoon/Time-Slicer/master/samples/test.jpg)

### Randomized Timeslice

![randomized](https://raw.githubusercontent.com/nramkissoon/Time-Slicer/master/samples/test-randomized.jpg)

