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:
Installation Steps
Clone the repository:
git clone https://github.com/virajsazzala/theatre-cli.git cd theatre-cli
Create a virtual environment:
python -m venv venv source venv/bin/activate
Install requirements:
pip install -r requirements.txt
Install the package in editable mode:
pip install -e .
Usage
- Launch theatre-cli by running the command provided above.
- Follow the on-screen instructions to set up your movie directory.
- 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.