T-Cinema is a simple terminal-based movie server, allowing users to connect via telnet or a TCP client, choose movies from a list, and watch them in the terminal.
- Clone the repository to your local machine:
git clone https://github.com/fajox1/t-cinema
- Install the required dependencies:
pip install -r requirements.txt
-
Create directory
films
and put films there -
Open
tcinema.db
via Sqlite Studio and put films data -
Start the server:
python3 tcinema.py
- Open a new terminal and connect to the server:
telnet localhost 2222
- Connect to the server using
telnet
or another TCP client. - Choose a movie from the list of available movies by entering its corresponding number.
- Enjoy watching the movie in the terminal!
- Python 3.6 and above
- Linux terminal or Windows Subsystem for Linux (WSL)