Metadata-Version: 2.1
Name: theatre-cli
Version: 0.1.3
Summary: A command-line interface to play movies
Home-page: https://github.com/virajsazzala/theatre-cli
Author: SNG Viraj Reddy
Author-email: vir200319@gmail.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

theatre-cli
============================

Overview
--------

theatre-cli is a powerful command-line tool written in Python that transforms your terminal into a personal movie theater. With theatre-cli, you can effortlessly watch your favorite movies stored locally on your device. It provides a seamless and immersive movie-watching experience right from the command line.

Features
--------

- Watch movies conveniently using a text-based interface.
- Supports popular media players like mpv_ and VLC_.
- Easy-to-use setup and configuration.
- Compatible with Python 3.10 and higher.

Installation
------------

- Prerequisites

   Before you can enjoy theatre-cli, ensure you have the following dependencies installed:

   - Python 3.10 (or higher)
   - mpv_
   - VLC_

- Installation Steps

   1. Clone the repository:
      
      ```git clone https://github.com/yourusername/theatre-cli.git```

   2. Change into the project directory:
      
      ```cd theatre-cli```

   3. Run the program using python 3:

      ```python3 scrips/theatre_cli```

Usage
-----

1. Launch theatre-cli by running the command provided above.
2. Follow the on-screen instructions to set up your movie directory.
3. Enjoy your movies with a cinematic experience right from your terminal.

Contributions
-------------

Contributions to theatre-cli are welcome! Whether you want to add features, fix bugs, or improve documentation, feel free to fork the repository and submit a pull request.

.. _mpv: https://mpv.io/
.. _VLC: https://www.videolan.org/vlc/
