Metadata-Version: 2.1
Name: movie-selector
Version: 1.0.1
Summary: A CLI tool for random movie selection
Author: Patrick McGuire
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: colorama

# Movie Selector

A command-line tool for randomly selecting movies based on user input.

## Features

- Run with an input file or enter movies interactively.
- Specify the number of iterations.
- Optionally show only the top N results.
- Export results to CSV or JSON.

## Installation

Clone or unzip the package, then install using pip:

```bash
pip install movie-selector
