Metadata-Version: 2.1
Name: movie_selector
Version: 1.0.3
Summary: A CLI tool for random movie selection
Home-page: https://github.com/mcguirepr89/movie_selector
Author: Patrick McGuire
License: MIT
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
License-File: LICENSE

# 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
