Skip to content

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.

License

Notifications You must be signed in to change notification settings

FajoX1/T-Cinema

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

T-Cinema

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.

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/fajox1/t-cinema
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Create directory films and put films there

  2. Open tcinema.db via Sqlite Studio and put films data

  3. Start the server:

python3 tcinema.py
  1. Open a new terminal and connect to the server:
telnet localhost 2222

Usage

  1. Connect to the server using telnet or another TCP client.
  2. Choose a movie from the list of available movies by entering its corresponding number.
  3. Enjoy watching the movie in the terminal!

System Requirements

  • Python 3.6 and above
  • Linux terminal or Windows Subsystem for Linux (WSL)

Developer - @fajox

About

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.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages